Class: SetVolumeAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetVolumeAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetVolumeAction
constructor
A new instance of SetVolumeAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetVolumeAction
Returns a new instance of SetVolumeAction.
1116 1117 1118 |
# File 'lib/ruby-macrodroid.rb', line 1116 def initialize(h={}) super({}.merge h) end |