# File lib/fog/vcloud/models/compute/tasks.rb, line 21 def get(uri) connection.get_task(uri) rescue Fog::Errors::NotFound nil end