Class: ForceLocationUpdateAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ForceLocationUpdateAction

Returns a new instance of ForceLocationUpdateAction.



1891
1892
1893
1894
1895
1896
1897
1898
# File 'lib/ruby-macrodroid.rb', line 1891

def initialize(h={})

  options = {
  }

  super(options.merge h)

end