RHC::Rest::Key
# File lib/rhc/rest/mock.rb, line 783 def initialize(client, name, type, content) super({}, client) @name = name @type = type @content = content end