Class: DroidSim::Service
- Inherits:
-
Object
- Object
- DroidSim::Service
- Defined in:
- lib/ruby-macrodroid.rb
Direct Known Subclasses
Application, Battery, Bluetooth, Calendar, DayTime, Headphones, Popup, Power, Webhook, Wifi
Instance Method Summary collapse
-
#initialize(callback) ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize(callback) ⇒ Service
Returns a new instance of Service.
5090 5091 5092 |
# File 'lib/ruby-macrodroid.rb', line 5090 def initialize(callback) @callback = callback end |