Class: RemoteDroid::Service
- Inherits:
-
Object
- Object
- RemoteDroid::Service
- Defined in:
- lib/remotedroid.rb
Instance Method Summary collapse
-
#initialize(callback) ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize(callback) ⇒ Service
Returns a new instance of Service.
552 553 554 |
# File 'lib/remotedroid.rb', line 552 def initialize(callback) @callback = callback end |