Class: VolumeAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- VolumeAction
- Defined in:
- lib/ruby-macrodroid/actions.rb
Direct Known Subclasses
SetVibrateAction, SetVolumeAction, SilentModeVibrateOffAction, SpeakerPhoneAction, VolumeIncrementDecrementAction
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VolumeAction
constructor
A new instance of VolumeAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VolumeAction
Returns a new instance of VolumeAction.
2209 2210 2211 2212 |
# File 'lib/ruby-macrodroid/actions.rb', line 2209 def initialize(h={}) super(h) @group = 'volume' end |