Exception: WebScraper::PropertyDefentitionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- WebScraper::PropertyDefentitionError
- Defined in:
- lib/web_scraper.rb
Overview
The error raises when a user tries to define propery improperly.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
73 74 75 76 |
# File 'lib/web_scraper.rb', line 73 def 'property is a name (with type optionally) ' + 'and a selector (:css|:xpath => String)' end |