Class: Radioactive::Result
- Inherits:
-
Data
- Object
- Data
- Radioactive::Result
- Defined in:
- lib/radioactive/result.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.
-
#hops ⇒ Object
readonly
Returns the value of attribute hops.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
4 5 6 |
# File 'lib/radioactive/result.rb', line 4 def body @body end |
#final_url ⇒ Object (readonly)
Returns the value of attribute final_url
4 5 6 |
# File 'lib/radioactive/result.rb', line 4 def final_url @final_url end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
4 5 6 |
# File 'lib/radioactive/result.rb', line 4 def headers @headers end |
#hops ⇒ Object (readonly)
Returns the value of attribute hops
4 5 6 |
# File 'lib/radioactive/result.rb', line 4 def hops @hops end |
#status ⇒ Object (readonly)
Returns the value of attribute status
4 5 6 |
# File 'lib/radioactive/result.rb', line 4 def status @status end |
#url ⇒ Object (readonly)
Returns the value of attribute url
4 5 6 |
# File 'lib/radioactive/result.rb', line 4 def url @url end |