class GData::Client::BookSearch

Client class to wrap working with the Book Search Data API.

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method GData::Client::Base.new
# File lib/gdata/client/booksearch.rb, line 21
def initialize(options = {})
  options[:clientlogin_service] ||= 'print'
  options[:authsub_scope] ||= 'https://www.google.com/books/feeds/'
  super(options)
end