# File lib/fog/ecloud/models/compute/server.rb, line 41 def tasks @tasks ||= self.service.tasks(:href => "/cloudapi/ecloud/tasks/virtualMachines/#{id}") end