Class: VolumeAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- VolumeAction
- Defined in:
- lib/ruby-macrodroid.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.
4001 4002 4003 4004 |
# File 'lib/ruby-macrodroid.rb', line 4001 def initialize(h={}) super(h) @group = 'volume' end |