Method: RHC::Rest::Mock::MockRestKey#initialize

Defined in:
lib/rhc/rest/mock.rb

#initialize(client, name, type, content) ⇒ MockRestKey

Returns a new instance of MockRestKey.



991
992
993
994
995
996
# File 'lib/rhc/rest/mock.rb', line 991

def initialize(client, name, type, content)
  super({}, client)
  @name    = name
  @type    = type
  @content = content
end