class BestSellingBooks::Amazon
Public Class Methods
all_books()
click to toggle source
# File lib/best_selling_books/site_scrapers/amazon.rb, line 7 def self.all_books @@all_books end
name()
click to toggle source
# File lib/best_selling_books/site_scrapers/amazon.rb, line 11 def self.name "Amazon" end