class NeweggScraperChsbr::Shipping
Attributes
price[R]
Public Class Methods
new(shipping_price)
click to toggle source
# File lib/newegg_scraper_chsbr/shipping.rb, line 3 def initialize(shipping_price) @price = shipping_price end