Class: CarModeAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- CarModeAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ CarModeAction
constructor
A new instance of CarModeAction.
Methods inherited from MacroObject
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={}) = { option: 0 } super(.merge h) end |