Class: VolumeIncrementDecrementAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- VolumeIncrementDecrementAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VolumeIncrementDecrementAction
constructor
A new instance of VolumeIncrementDecrementAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VolumeIncrementDecrementAction
Returns a new instance of VolumeIncrementDecrementAction.
2462 2463 2464 2465 2466 2467 2468 2469 2470 |
# File 'lib/ruby-macrodroid.rb', line 2462 def initialize(h={}) = { volume_up: true } super(.merge h) end |