# File lib/fog/compute/terremark/models/tasks.rb, line 7 def all data = service.get_tasks_list(task_list_id).body["Tasks"] load(data) end