Class: IsRootedConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- IsRootedConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device State
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ IsRootedConstraint
constructor
A new instance of IsRootedConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ IsRootedConstraint
Returns a new instance of IsRootedConstraint.
4657 4658 4659 4660 4661 4662 4663 4664 4665 |
# File 'lib/ruby-macrodroid.rb', line 4657 def initialize(h={}) = { rooted: true } super(.merge h) end |