Class: RemoteDroid::ControlHelper

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

Instance Method Summary collapse

Constructor Details

#initialize(callback) ⇒ ControlHelper

Returns a new instance of ControlHelper.



642
643
644
# File 'lib/remotedroid.rb', line 642

def initialize(callback)
  @callback
end