Class: Fog::Compute::Ecloud::Task
- Inherits:
-
Ecloud::Model
- Object
- Model
- Ecloud::Model
- Fog::Compute::Ecloud::Task
- Defined in:
- lib/fog/ecloud/models/compute/task.rb
Instance Attribute Summary
Attributes inherited from Ecloud::Model
Instance Method Summary collapse
Methods inherited from Ecloud::Model
Instance Method Details
#ready? ⇒ Boolean
17 18 19 |
# File 'lib/fog/ecloud/models/compute/task.rb', line 17 def ready? !self.completed_time.nil? end |