lib/right_scraper/main.rb in right_scraper-5.1.1 vs lib/right_scraper/main.rb in right_scraper-5.2.2

- old
+ new

@@ -219,9 +219,19 @@ # (Array):: Warnings or empty def warnings @logger.warnings end + # (Array):: scanners or empty + def builders + return @options[:builders] + end + + # (Array):: scanners or empty + def scanners + return @options[:scanners] + end + # Was scraping successful? # Call errors to get error messages if false # # === Return # Boolean:: true if scrape finished with no error, false otherwise.