class DroidSim
Attributes
bluetooth[R]
popup[R]
Public Class Methods
new()
click to toggle source
# File lib/ruby-macrodroid.rb, line 586 def initialize() @bluetooth = Bluetooth.new self @popup = Popup.new self end
Public Instance Methods
on_bluetooth_enabled()
click to toggle source
# File lib/ruby-macrodroid.rb, line 593 def on_bluetooth_enabled() end