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.
3909 3910 3911 3912 3913 3914 3915 3916 3917 |
# File 'lib/ruby-macrodroid.rb', line 3909 def initialize(h={}) = { volume_up: true } super(.merge h) end |