Class: Nombaone::Internal::Response Private
- Inherits:
-
Struct
- Object
- Struct
- Nombaone::Internal::Response
- Defined in:
- lib/nombaone/internal/http_client.rb,
sig/nombaone/internal.rbs
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
One raw HTTP round-trip's outcome: status, lower-cased headers, and the unparsed body string.
Instance Attribute Summary collapse
-
#body ⇒ Object
private
Returns the value of attribute body.
-
#headers ⇒ Object
private
Returns the value of attribute headers.
-
#status ⇒ Object
private
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute body
12 13 14 |
# File 'lib/nombaone/internal/http_client.rb', line 12 def body @body end |
#headers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute headers
12 13 14 |
# File 'lib/nombaone/internal/http_client.rb', line 12 def headers @headers end |
#status ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute status
12 13 14 |
# File 'lib/nombaone/internal/http_client.rb', line 12 def status @status end |