Class: Almodovar::HttpResponse
- Inherits:
-
Object
- Object
- Almodovar::HttpResponse
- Defined in:
- lib/almodovar/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
118 119 120 |
# File 'lib/almodovar/http_client.rb', line 118 def body @body end |
#status ⇒ Object
Returns the value of attribute status.
118 119 120 |
# File 'lib/almodovar/http_client.rb', line 118 def status @status end |