Exception: Stratagem::Crawler::CrawlError

Inherits:
StratagemError show all
Defined in:
lib/stratagem/crawler/html_utils.rb

Direct Known Subclasses

FormParseError

Instance Attribute Summary collapse

Attributes inherited from StratagemError

#target

Method Summary

Methods inherited from StratagemError

#initialize

Constructor Details

This class inherits a constructor from StratagemError

Instance Attribute Details

#htmlObject

Returns the value of attribute html.



2
3
4
# File 'lib/stratagem/crawler/html_utils.rb', line 2

def html
  @html
end

#routeObject

Returns the value of attribute route.



2
3
4
# File 'lib/stratagem/crawler/html_utils.rb', line 2

def route
  @route
end