Class: AutoSyncConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- AutoSyncConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device State
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ AutoSyncConstraint
constructor
A new instance of AutoSyncConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ AutoSyncConstraint
Returns a new instance of AutoSyncConstraint.
4625 4626 4627 4628 4629 4630 4631 4632 4633 |
# File 'lib/ruby-macrodroid.rb', line 4625 def initialize(h={}) = { enabled: false } super(.merge h) end |