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