module ScraperRb
Constants
- VERSION
Public Class Methods
new(url, params={}, headers={}, timeout=10)
click to toggle source
# File lib/scraper_rb.rb, line 23 def new(url, params={}, headers={}, timeout=10) ScraperRb::Scraper.new(url, params, headers, timeout) end