Class: FetchUtil::HttpRedirectClient::Response
- Inherits:
-
Struct
- Object
- Struct
- FetchUtil::HttpRedirectClient::Response
- Defined in:
- lib/fetch_util/regulatory/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#redirects ⇒ Object
Returns the value of attribute redirects.
-
#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
10 11 12 |
# File 'lib/fetch_util/regulatory/http_client.rb', line 10 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
10 11 12 |
# File 'lib/fetch_util/regulatory/http_client.rb', line 10 def headers @headers end |
#redirects ⇒ Object
Returns the value of attribute redirects
10 11 12 |
# File 'lib/fetch_util/regulatory/http_client.rb', line 10 def redirects @redirects end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/fetch_util/regulatory/http_client.rb', line 10 def status @status end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/fetch_util/regulatory/http_client.rb', line 10 def url @url end |