Class: Fog::Compute::Packet::Facility

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

Overview

Facility Model

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Facility

Returns a new instance of Facility.



16
17
18
# File 'lib/fog/compute/packet/models/facility.rb', line 16

def initialize(attributes = {})
  super
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



14
15
16
# File 'lib/fog/compute/packet/models/facility.rb', line 14

def options
  @options
end