Method: Fog::Compute::Ecloud::Tasks#all
- Defined in:
- lib/fog/ecloud/models/compute/tasks.rb
#all ⇒ Object
13 14 15 16 17 18 |
# File 'lib/fog/ecloud/models/compute/tasks.rb', line 13 def all check_href! if data = connection.get_task_list(href).body[:Task] load(data) end end |