Class: SpeakerPhoneAction
- Inherits:
-
VolumeAction
- Object
- MacroObject
- Action
- VolumeAction
- SpeakerPhoneAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Volume
Instance Attribute Summary
Attributes inherited from Action
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
Returns a new instance of SpeakerPhoneAction.
4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 |
# File 'lib/ruby-macrodroid.rb', line 4061 def initialize(h={}) = { secondary_class_type: 'SpeakerPhoneAction', state: 0 } super(.merge h) end |