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