class BestBuy::Categories

Constants

CATEGORIES_API

Protected Instance Methods

api_url() click to toggle source
# File lib/best_buy/categories.rb, line 19
def api_url
  CATEGORIES_API
end
collection_name() click to toggle source
# File lib/best_buy/categories.rb, line 15
def collection_name
  :categories
end
model_class() click to toggle source
# File lib/best_buy/categories.rb, line 11
def model_class
  Category
end