Class: Fog::Compute::Ecloud::Task

Inherits:
Ecloud::Model show all
Defined in:
lib/fog/compute/ecloud/models/task.rb

Instance Attribute Summary

Attributes inherited from Ecloud::Model

#loaded

Instance Method Summary collapse

Methods inherited from Ecloud::Model

#load_unless_loaded!, #reload

Instance Method Details

#ready?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/fog/compute/ecloud/models/task.rb', line 17

def ready?
  !self.completed_time.nil?
end