class BrilliantWebScraper

Main scraping class

Public Class Methods

new(url, connection_timeout = 10, read_timeout = 10) click to toggle source
# File lib/brilliant_web_scraper.rb, line 52
def new(url, connection_timeout = 10, read_timeout = 10)
  perform_scrape(url, connection_timeout, read_timeout)
end