Class: DroidSim
- Inherits:
-
Object
- Object
- DroidSim
- 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
-
#bluetooth ⇒ Object
readonly
Returns the value of attribute bluetooth.
-
#popup ⇒ Object
readonly
Returns the value of attribute popup.
Instance Method Summary collapse
-
#initialize ⇒ DroidSim
constructor
A new instance of DroidSim.
- #on_bluetooth_enabled ⇒ Object
Constructor Details
Instance Attribute Details
#bluetooth ⇒ Object (readonly)
Returns the value of attribute bluetooth.
6033 6034 6035 |
# File 'lib/ruby-macrodroid.rb', line 6033 def bluetooth @bluetooth end |
#popup ⇒ Object (readonly)
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_enabled ⇒ Object
6042 6043 6044 |
# File 'lib/ruby-macrodroid.rb', line 6042 def on_bluetooth_enabled() end |