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