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