Class: GData::Client::GMail
Overview
Client class to wrap working with the GMail Atom Feed.
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 = {}) ⇒ GMail
constructor
A new instance of GMail.
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 = {}) ⇒ GMail
Returns a new instance of GMail.
22 23 24 25 26 |
# File 'lib/gdata/client/gmail.rb', line 22 def initialize( = {}) [:clientlogin_service] ||= 'mail' [:authsub_scope] ||= 'https://mail.google.com/mail/feed/atom/' super() end |