Class: JsonClient::BaseResponses::Create

Inherits:
Response
  • Object
show all
Defined in:
lib/json_client/base_responses/create.rb

Instance Attribute Summary

Attributes inherited from Response

#body, #code

Instance Method Summary collapse

Methods inherited from Response

#json, #success?

Constructor Details

#initialize(body, code) ⇒ Create

Returns a new instance of Create.



6
7
8
# File 'lib/json_client/base_responses/create.rb', line 6

def initialize(body, code)
  super
end