Class: VolumeIncrementDecrementAction
- Inherits:
-
VolumeAction
- Object
- MacroObject
- Action
- VolumeAction
- VolumeIncrementDecrementAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Volume
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VolumeIncrementDecrementAction
constructor
A new instance of VolumeIncrementDecrementAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VolumeIncrementDecrementAction
Returns a new instance of VolumeIncrementDecrementAction.
3560 3561 3562 3563 3564 3565 3566 3567 3568 |
# File 'lib/ruby-macrodroid.rb', line 3560 def initialize(h={}) = { volume_up: true } super(.merge h) end |