Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/spiderkit.rb
Instance Attribute Summary collapse
-
#http_headers ⇒ Object
Returns the value of attribute http_headers.
-
#http_status ⇒ Object
Returns the value of attribute http_status.
Instance Attribute Details
#http_headers ⇒ Object
Returns the value of attribute http_headers.
14 15 16 |
# File 'lib/spiderkit.rb', line 14 def http_headers @http_headers end |
#http_status ⇒ Object
Returns the value of attribute http_status.
13 14 15 |
# File 'lib/spiderkit.rb', line 13 def http_status @http_status end |