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.



6049
6050
6051
6052
6053
6054
# File 'lib/ruby-macrodroid.rb', line 6049

def initialize()

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

end

Instance Attribute Details

#bluetoothObject (readonly)

Returns the value of attribute bluetooth.



6047
6048
6049
# File 'lib/ruby-macrodroid.rb', line 6047

def bluetooth
  @bluetooth
end

Returns the value of attribute popup.



6047
6048
6049
# File 'lib/ruby-macrodroid.rb', line 6047

def popup
  @popup
end

Instance Method Details

#on_bluetooth_enabledObject



6056
6057
6058
# File 'lib/ruby-macrodroid.rb', line 6056

def on_bluetooth_enabled()

end