Class: VpnConstraint

Inherits:
Constraint show all
Defined in:
lib/ruby-macrodroid.rb

Overview

Category: Device State

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h, #to_s

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={})

  options = {
    option: 0
  }

  super(options.merge h)

end