# File lib/fog/ecloud/models/compute/vdc.rb, line 45 def tasks @tasks ||= Fog::Compute::Ecloud::Tasks. new( :connection => connection, :href => href + "/tasksList" ) end