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