Class: LocationModeConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- LocationModeConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Connectivity
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LocationModeConstraint
constructor
A new instance of LocationModeConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LocationModeConstraint
Returns a new instance of LocationModeConstraint.
3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/ruby-macrodroid.rb', line 3765 def initialize(h={}) = { options: [false, false, false, true] } super(.merge h) end |