class AmazonDeets::AbstractScraper

Basic interface for the scrapers. Point it to a URL, and it does the scrape. BOOM!

Public Instance Methods

scrape(url) click to toggle source
# File lib/amazon_deets/core.rb, line 12
def scrape(url)
  raise NotImplementedError
end