Class: RakutenWebService::Kobo::Genre
- Defined in:
- lib/rakuten_web_service/kobo/genre.rb
Instance Method Summary collapse
Methods inherited from BaseGenre
[], []=, #children, genre_id_key, inherited, #initialize, new, repository, root, root_id
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::BaseGenre
Instance Method Details
#search(options = {}) ⇒ Object
14 15 16 17 |
# File 'lib/rakuten_web_service/kobo/genre.rb', line 14 def search(={}) = .merge(self.class.genre_id_key => self.id) RWS::Kobo::Ebook.search() end |