Class: HeadphonesConnectionConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- HeadphonesConnectionConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Media
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ HeadphonesConnectionConstraint
constructor
A new instance of HeadphonesConnectionConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ HeadphonesConnectionConstraint
4243 4244 4245 4246 4247 4248 4249 4250 4251 |
# File 'lib/ruby-macrodroid.rb', line 4243 def initialize(h={}) = { connected: true } super(.merge h) end |