Class: RakutenWebService::Ichiba::Product
- Defined in:
- lib/rakuten_web_service/ichiba/product.rb
Instance Method Summary collapse
Methods inherited from Resource
#[], all, 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
#genre ⇒ Object
29 30 31 |
# File 'lib/rakuten_web_service/ichiba/product.rb', line 29 def genre RakutenWebService::Ichiba::Genre.new(self.genre_id) end |