# File lib/fog/compute/ecloud/models/environment.rb, line 54
        def tasks
          @tasks ||= Fog::Compute::Ecloud::Tasks.new(:service => service, :href => "#{service.base_path}/tasks/environments/#{id}")
        end