Class: SpeakerPhoneAction
- Inherits:
-
VolumeAction
- Object
- MacroObject
- Action
- VolumeAction
- SpeakerPhoneAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Volume
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SpeakerPhoneAction
constructor
A new instance of SpeakerPhoneAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SpeakerPhoneAction
3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'lib/ruby-macrodroid.rb', line 3576 def initialize(h={}) = { secondary_class_type: 'SpeakerPhoneAction', state: 0 } super(.merge h) end |