GData::Client::Base
Client class to wrap working with the Blogger API.
# File lib/gdata/client/blogger.rb, line 21 def initialize(options = {}) options[:clientlogin_service] ||= 'blogger' options[:authsub_scope] ||= 'http://www.blogger.com/feeds/' super(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.