Class: Audd::HttpClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Audd::HttpClient::Response
- Defined in:
- lib/audd/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
12 13 14 |
# File 'lib/audd/http_client.rb', line 12 def body @body end |
#request_id ⇒ Object
Returns the value of attribute request_id
12 13 14 |
# File 'lib/audd/http_client.rb', line 12 def request_id @request_id end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/audd/http_client.rb', line 12 def status @status end |