# File lib/rhc/rest/mock.rb, line 713
    def add_key(name, type, content)
      @keys << MockRestKey.new(client, name, type, content)
    end