Class: JsonClient::BaseResponses::Destroy
- Defined in:
- lib/json_client/base_responses/destroy.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
-
#initialize(body, code) ⇒ Destroy
constructor
A new instance of Destroy.
Methods inherited from Response
Constructor Details
#initialize(body, code) ⇒ Destroy
Returns a new instance of Destroy.
6 7 8 |
# File 'lib/json_client/base_responses/destroy.rb', line 6 def initialize(body, code) super end |