Class: FetchUtil::SearchTransport::HttpResponse
- Inherits:
-
Data
- Object
- Data
- FetchUtil::SearchTransport::HttpResponse
- Defined in:
- lib/fetch_util/search_transport.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#final_url ⇒ Object
readonly
Returns the value of attribute final_url.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
29 30 31 |
# File 'lib/fetch_util/search_transport.rb', line 29 def body @body end |
#final_url ⇒ Object (readonly)
Returns the value of attribute final_url
29 30 31 |
# File 'lib/fetch_util/search_transport.rb', line 29 def final_url @final_url end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
29 30 31 |
# File 'lib/fetch_util/search_transport.rb', line 29 def headers @headers end |
#status ⇒ Object (readonly)
Returns the value of attribute status
29 30 31 |
# File 'lib/fetch_util/search_transport.rb', line 29 def status @status end |