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.
836 837 838 |
# File 'lib/ruby-macrodroid.rb', line 836 def initialize(h={}) super({}.merge h) end |