Class: VpnConstraint

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

Overview

Category: Device State

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ VpnConstraint



3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'lib/ruby-macrodroid.rb', line 3612

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end