Class: RakutenWebService::Kobo::Genre

Inherits:
BaseGenre show all
Defined in:
lib/rakuten_web_service/kobo/genre.rb

Instance Attribute Summary

Attributes inherited from Resource

#params

Instance Method Summary collapse

Methods inherited from BaseGenre

[], []=, #brothers, #children, genre_id_key, inherited, #initialize, new, #parents, repository, root, root_id

Methods inherited from Resource

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

Constructor Details

This class inherits a constructor from RakutenWebService::BaseGenre

Instance Method Details

#search(options = {}) ⇒ Object



16
17
18
19
# File 'lib/rakuten_web_service/kobo/genre.rb', line 16

def search(options = {})
  options = options.merge(self.class.genre_id_key => id)
  RWS::Kobo::Ebook.search(options)
end