Class: SpeakerPhoneConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- SpeakerPhoneConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Screen and Speaker
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SpeakerPhoneConstraint
constructor
A new instance of SpeakerPhoneConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SpeakerPhoneConstraint
Returns a new instance of SpeakerPhoneConstraint.
4937 4938 4939 4940 4941 4942 4943 4944 4945 |
# File 'lib/ruby-macrodroid.rb', line 4937 def initialize(h={}) = { enabled: true } super(.merge h) end |