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