Class: JsonClient::BaseResponses::Update

Inherits:
Response
  • Object
show all
Defined in:
lib/json_client/base_responses/update.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) ⇒ Update

Returns a new instance of Update.



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

def initialize(body, code)
  super
end