body |
[R] |
The raw HTTP response body of the page
|
code |
[RW] |
Integer response code of the page
|
data |
[RW] |
OpenStruct for user-stored data
|
depth |
[RW] |
Depth of this page from the root of the crawl. This is not necessarily the
shortest path; use PageStore#shortest_paths! to find that value.
|
error |
[R] |
Exception object, if one was raised during HTTP#fetch_page
|
headers |
[R] |
Headers of the HTTP response
|
redirect_to |
[R] |
URL of the page this one redirected to, if any
|
referer |
[RW] |
URL of the page that brought us to this page
|
response_time |
[RW] |
Response time of the request for this page in milliseconds
|
visited |
[RW] |
Boolean indicating whether or not this page has been visited in
PageStore#shortest_paths!
|