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