Class: DroidSim

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-macrodroid.rb

Defined Under Namespace

Classes: Application, Battery, Bluetooth, Calendar, DayTime, Headphones, Popup, Power, Service, Webhook, Wifi

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDroidSim

Returns a new instance of DroidSim.



5196
5197
5198
5199
5200
5201
# File 'lib/ruby-macrodroid.rb', line 5196

def initialize()

  @bluetooth = Bluetooth.new self
  @popup = Popup.new self

end

Instance Attribute Details

#bluetoothObject (readonly)

Returns the value of attribute bluetooth.



5194
5195
5196
# File 'lib/ruby-macrodroid.rb', line 5194

def bluetooth
  @bluetooth
end

Returns the value of attribute popup.



5194
5195
5196
# File 'lib/ruby-macrodroid.rb', line 5194

def popup
  @popup
end

Instance Method Details

#on_bluetooth_enabledObject



5203
5204
5205
# File 'lib/ruby-macrodroid.rb', line 5203

def on_bluetooth_enabled()

end