Class: Fog::Compute::Packet::OperatingSystem
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Packet::OperatingSystem
- Defined in:
- lib/fog/compute/packet/models/operating_system.rb
Overview
Plan
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ OperatingSystem
constructor
A new instance of OperatingSystem.
Constructor Details
#initialize(attributes = {}) ⇒ OperatingSystem
Returns a new instance of OperatingSystem.
17 18 19 |
# File 'lib/fog/compute/packet/models/operating_system.rb', line 17 def initialize(attributes = {}) super end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
15 16 17 |
# File 'lib/fog/compute/packet/models/operating_system.rb', line 15 def @options end |