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.
4280 4281 4282 4283 4284 4285 4286 4287 4288 |
# File 'lib/ruby-macrodroid.rb', line 4280 def initialize(h={}) = { options: [false, false, false, true] } super(.merge h) end |