Class: Crawlora::Response
- Inherits:
-
Struct
- Object
- Struct
- Crawlora::Response
- Defined in:
- lib/crawlora/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.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
22 23 24 |
# File 'lib/crawlora/client.rb', line 22 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
22 23 24 |
# File 'lib/crawlora/client.rb', line 22 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
22 23 24 |
# File 'lib/crawlora/client.rb', line 22 def status @status end |