class RakutenWebService::Ichiba::Genre

Public Instance Methods

products(options = {}) click to toggle source
# File lib/rakuten_web_service/ichiba/genre.rb, line 21
def products(options = {})
  options = options.merge(genre_id: id)
  RakutenWebService::Ichiba::Product.search(options)
end
ranking(options = {}) click to toggle source
# File lib/rakuten_web_service/ichiba/genre.rb, line 16
def ranking(options = {})
  options = options.merge(genre_id: id)
  RakutenWebService::Ichiba::RankingItem.search(options)
end