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