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