class RHC::Rest::Mock::MockRestKey

Public Class Methods

new(client, name, type, content) click to toggle source
# File lib/rhc/rest/mock.rb, line 783
def initialize(client, name, type, content)
  super({}, client)
  @name    = name
  @type    = type
  @content = content
end