Class: Fog::Compute::Packet::Vpn

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/compute/packet/models/vpn.rb

Overview

Vpn Model

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Vpn

Returns a new instance of Vpn.



10
11
12
# File 'lib/fog/compute/packet/models/vpn.rb', line 10

def initialize(attributes = {})
  super
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



8
9
10
# File 'lib/fog/compute/packet/models/vpn.rb', line 8

def options
  @options
end