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.
3865 3866 3867 3868 |
# File 'lib/ruby-macrodroid.rb', line 3865 def initialize(h={}) super(h) @group = 'volume' end |