Class: GData::Client::BookSearch
- Defined in:
- lib/gdata/client/booksearch.rb
Overview
Client class to wrap working with the Book Search Data API.
Instance Attribute Summary
Attributes inherited from Base
#auth_handler, #authsub_scope, #clientlogin_service, #clientlogin_url, #headers, #http_service, #source, #version
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ BookSearch
constructor
A new instance of BookSearch.
Methods inherited from Base
#authsub_private_key=, #authsub_token=, #authsub_url, #clientlogin, #delete, #get, #make_file_request, #make_request, #post, #post_file, #prepare_headers, #put, #put_file
Constructor Details
#initialize(options = {}) ⇒ BookSearch
Returns a new instance of BookSearch.
22 23 24 25 26 |
# File 'lib/gdata/client/booksearch.rb', line 22 def initialize( = {}) [:clientlogin_service] ||= 'print' [:authsub_scope] ||= 'https://www.google.com/books/feeds/' super() end |