Class: WifiHotSpotConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- WifiHotSpotConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Connectivity
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ WifiHotSpotConstraint
constructor
A new instance of WifiHotSpotConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ WifiHotSpotConstraint
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 |
# File 'lib/ruby-macrodroid.rb', line 3334 def initialize(h={}) = { check_connections: false, comparison_value: 0, connected_count: 0, enabled: true } super(.merge h) end |