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