Class: RemoteDroid::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/remotedroid.rb

Direct Known Subclasses

Toast, Torch

Instance Method Summary collapse

Constructor Details

#initialize(callback) ⇒ Service

Returns a new instance of Service.



419
420
421
# File 'lib/remotedroid.rb', line 419

def initialize(callback)
  @callback = callback
end