Class: Fog::Compute::Packet::Vpn
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Packet::Vpn
- Defined in:
- lib/fog/compute/packet/models/vpn.rb
Overview
Vpn Model
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Vpn
constructor
A new instance of Vpn.
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
#options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/fog/compute/packet/models/vpn.rb', line 8 def @options end |