Method: Grubby::Scraper#errors
- Defined in:
- lib/grubby/scraper.rb
permalink #errors ⇒ Hash{Symbol => StandardError} (readonly)
Collected errors raised during #initialize by scrapes blocks, indexed by field name. This Hash will be empty if #initialize did not raise a Grubby::Scraper::Error
.
223 224 225 |
# File 'lib/grubby/scraper.rb', line 223 def errors @errors end |