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.
4138 4139 4140 4141 4142 4143 4144 4145 4146 |
# File 'lib/ruby-macrodroid.rb', line 4138 def initialize(h={}) = { rooted: true } super(.merge h) end |