# File lib/fog/vcloud/models/compute/organization.rb, line 21 def tasks load_unless_loaded! @tasks ||= Fog::Vcloud::Compute::Tasks. new( :connection => connection, :href => other_links.find{|l| l[:type] == 'application/vnd.vmware.vcloud.tasksList+xml'}[:href] ) end