Class: SetLocationUpdateRateAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ SetLocationUpdateRateAction

Returns a new instance of SetLocationUpdateRateAction.



876
877
878
# File 'lib/ruby-macrodroid.rb', line 876

def initialize(h={})    
  super({}.merge h)
end