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