Class: Fog::Models::ProfitBricks::Base
- Inherits:
-
Fog::Model
- Object
- Fog::Model
- Fog::Models::ProfitBricks::Base
- Defined in:
- lib/fog/models/profit_bricks/base.rb
Direct Known Subclasses
Compute::ProfitBricks::Datacenter, Compute::ProfitBricks::Flavor, Compute::ProfitBricks::Image, Compute::ProfitBricks::Interface, Compute::ProfitBricks::Region, Compute::ProfitBricks::Volume
Instance Method Summary collapse
Instance Method Details
#wait_for(timeout = Fog.timeout, interval = 5, &block) ⇒ Object
5 6 7 |
# File 'lib/fog/models/profit_bricks/base.rb', line 5 def wait_for(timeout=Fog.timeout, interval=5, &block) super end |