class NeweggScraperChsbr::Scraper
Constants
- URL
Attributes
xml_obj[R]
Public Class Methods
new(url = URL)
click to toggle source
# File lib/newegg_scraper_chsbr/scraper.rb, line 6 def initialize(url = URL) @xml_obj = Nokogiri::HTML(URI.open(url)) end