Class: VpnConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- VpnConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device State
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VpnConstraint
constructor
A new instance of VpnConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VpnConstraint
Returns a new instance of VpnConstraint.
4673 4674 4675 4676 4677 4678 4679 4680 4681 |
# File 'lib/ruby-macrodroid.rb', line 4673 def initialize(h={}) = { option: 0 } super(.merge h) end |