Class: RakutenWebService::Ichiba::Shop

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

Instance Method Summary collapse

Methods inherited from Resource

#[], attribute, client, endpoint, #get_attribute, #initialize, resource_name, search, set_parser, set_resource_name

Constructor Details

This class inherits a constructor from RakutenWebService::Resource

Instance Method Details

#items(options = {}) ⇒ Object



9
10
11
12
# File 'lib/rakuten_web_service/ichiba/shop.rb', line 9

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