Class: CarModeAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ CarModeAction

Returns a new instance of CarModeAction.



1826
1827
1828
1829
1830
1831
1832
1833
1834
# File 'lib/ruby-macrodroid.rb', line 1826

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end