Class: HttpCaller::Response
- Inherits:
-
Struct
- Object
- Struct
- HttpCaller::Response
- Defined in:
- lib/simple_api_client/http_caller/response.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
2 3 4 |
# File 'lib/simple_api_client/http_caller/response.rb', line 2 def body @body end |
#code ⇒ Object
Returns the value of attribute code
2 3 4 |
# File 'lib/simple_api_client/http_caller/response.rb', line 2 def code @code end |