Class: Fog::Compute::ProfitBricks::Location
- Inherits:
-
Models::ProfitBricks::Base
- Object
- Model
- Models::ProfitBricks::Base
- Fog::Compute::ProfitBricks::Location
- Defined in:
- lib/fog/profitbricks/models/compute/location.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Location
constructor
A new instance of Location.
Methods inherited from Models::ProfitBricks::Base
#failed?, #ready?, #request_status, #wait_for
Constructor Details
#initialize(attributes = {}) ⇒ Location
Returns a new instance of Location.
14 15 16 |
# File 'lib/fog/profitbricks/models/compute/location.rb', line 14 def initialize(attributes = {}) super end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
12 13 14 |
# File 'lib/fog/profitbricks/models/compute/location.rb', line 12 def @options end |