Method: GData::Client::BookSearch#initialize

Defined in:
lib/gdata/client/booksearch.rb

#initialize(options = {}) ⇒ BookSearch

Returns a new instance of BookSearch.



21
22
23
24
25
# File 'lib/gdata/client/booksearch.rb', line 21

def initialize(options = {})
  options[:clientlogin_service] ||= 'print'
  options[:authsub_scope] ||= 'http://www.google.com/books/feeds/'
  super(options)
end