Class: Fog::Compute::Ecloud::Tasks
- Inherits:
-
Ecloud::Collection
- Object
- Fog::Collection
- Ecloud::Collection
- Fog::Compute::Ecloud::Tasks
- Defined in:
- lib/fog/ecloud/models/compute/tasks.rb
Instance Method Summary collapse
Methods inherited from Ecloud::Collection
Instance Method Details
#all ⇒ Object
13 14 15 16 17 |
# File 'lib/fog/ecloud/models/compute/tasks.rb', line 13 def all data = service.get_tasks(href).body data = data[:Task] ? data[:Task] : data load(data) end |