Fog::Vcloud::Collection
# File lib/fog/vcloud/models/compute/tasks.rb, line 13 def all self.href = service.default_vdc_href unless self.href check_href! if data = service.get_task_list(href).body[:Task] load(data) end end
# File lib/fog/vcloud/models/compute/tasks.rb, line 21 def get(uri) service.get_task(uri) rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.