# File lib/fog/ecloud/models/compute/tasks.rb, line 20
        def get(uri)
          if data = service.get_task(uri)
            new(data.body)
          end
        rescue Fog::Errors::NotFound
          nil
        end