Class: Lexdrill::HTTPClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Lexdrill::HTTPClient::Response
- Defined in:
- lib/lexdrill/http_client.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
17 18 19 |
# File 'lib/lexdrill/http_client.rb', line 17 def body @body end |
#code ⇒ Object
Returns the value of attribute code
17 18 19 |
# File 'lib/lexdrill/http_client.rb', line 17 def code @code end |