GData::Client::Base
Client class to wrap working with the GMail Atom Feed.
# File lib/gdata/client/gmail.rb, line 21 def initialize(options = {}) options[:clientlogin_service] ||= 'mail' options[:authsub_scope] ||= 'https://mail.google.com/mail/feed/atom/' super(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.