# File lib/fog/compute/models/ecloud/tasks.rb, line 13 def all check_href! if data = connection.get_task_list(href).body[:Task] load(data) end end