Class: FetchUtil::Regulatory::Response
- Inherits:
-
Struct
- Object
- Struct
- FetchUtil::Regulatory::Response
- Defined in:
- lib/fetch_util/regulatory.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
36 37 38 |
# File 'lib/fetch_util/regulatory.rb', line 36 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
36 37 38 |
# File 'lib/fetch_util/regulatory.rb', line 36 def headers @headers end |
#redirects ⇒ Object
Returns the value of attribute redirects
36 37 38 |
# File 'lib/fetch_util/regulatory.rb', line 36 def redirects @redirects end |
#status ⇒ Object
Returns the value of attribute status
36 37 38 |
# File 'lib/fetch_util/regulatory.rb', line 36 def status @status end |
#url ⇒ Object
Returns the value of attribute url
36 37 38 |
# File 'lib/fetch_util/regulatory.rb', line 36 def url @url end |