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.



6035
6036
6037
6038
6039
6040
# File 'lib/ruby-macrodroid.rb', line 6035

def initialize()

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

end

Instance Attribute Details

#bluetoothObject (readonly)

Returns the value of attribute bluetooth.



6033
6034
6035
# File 'lib/ruby-macrodroid.rb', line 6033

def bluetooth
  @bluetooth
end

Returns the value of attribute popup.



6033
6034
6035
# File 'lib/ruby-macrodroid.rb', line 6033

def popup
  @popup
end

Instance Method Details

#on_bluetooth_enabledObject



6042
6043
6044
# File 'lib/ruby-macrodroid.rb', line 6042

def on_bluetooth_enabled()

end