Class: VolumeIncrementDecrementAction
- Inherits:
-
VolumeAction
- Object
- MacroObject
- Action
- VolumeAction
- VolumeIncrementDecrementAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Volume
Instance Attribute Summary
Attributes inherited from Action
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.
4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'lib/ruby-macrodroid.rb', line 4045 def initialize(h={}) = { volume_up: true } super(.merge h) end |