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