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.



1150
1151
1152
1153
1154
1155
# File 'lib/ruby-macrodroid.rb', line 1150

def initialize()

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

end

Instance Attribute Details

#bluetoothObject (readonly)

Returns the value of attribute bluetooth.



1148
1149
1150
# File 'lib/ruby-macrodroid.rb', line 1148

def bluetooth
  @bluetooth
end

Returns the value of attribute popup.



1148
1149
1150
# File 'lib/ruby-macrodroid.rb', line 1148

def popup
  @popup
end

Instance Method Details

#on_bluetooth_enabledObject



1157
1158
1159
# File 'lib/ruby-macrodroid.rb', line 1157

def on_bluetooth_enabled()

end