Class: GPSEnabledConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- GPSEnabledConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Connectivity
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ GPSEnabledConstraint
constructor
A new instance of GPSEnabledConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ GPSEnabledConstraint
Returns a new instance of GPSEnabledConstraint.
4264 4265 4266 4267 4268 4269 4270 4271 4272 |
# File 'lib/ruby-macrodroid.rb', line 4264 def initialize(h={}) = { enabled: true } super(.merge h) end |