Class: RakutenWebService::Ichiba::Shop

Inherits:
Resource
  • Object
show all
Defined in:
lib/rakuten_web_service/ichiba/shop.rb

Instance Attribute Summary

Attributes inherited from Resource

#params

Instance Method Summary collapse

Methods inherited from Resource

#==, #[], all, attribute, #attributes, endpoint, #get_attribute, inherited, #initialize, parser, search, subclasses

Constructor Details

This class inherits a constructor from RakutenWebService::Resource

Instance Method Details

#items(options = {}) ⇒ Object



11
12
13
14
# File 'lib/rakuten_web_service/ichiba/shop.rb', line 11

def items(options = {})
  options = options.merge(shop_code: code)
  RakutenWebService::Ichiba::Item.search(options)
end