Class: Fog::Compute::ProfitBricks::ContractResource
- Inherits:
-
Models::ProfitBricks::Base
- Object
- Model
- Models::ProfitBricks::Base
- Fog::Compute::ProfitBricks::ContractResource
- Includes:
- Helpers::ProfitBricks::DataHelper
- Defined in:
- lib/fog/profitbricks/models/compute/contract_resource.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ContractResource
constructor
A new instance of ContractResource.
Methods included from Helpers::ProfitBricks::DataHelper
Methods inherited from Models::ProfitBricks::Base
#failed?, #ready?, #request_status, #wait_for
Constructor Details
#initialize(attributes = {}) ⇒ ContractResource
Returns a new instance of ContractResource.
29 30 31 |
# File 'lib/fog/profitbricks/models/compute/contract_resource.rb', line 29 def initialize(attributes = {}) super end |