class GData::Client::WebmasterTools
Client class to wrap working with the Webmaster Tools API.
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
GData::Client::Base.new
# File lib/gdata/client/webmaster_tools.rb, line 21 def initialize(options = {}) options[:clientlogin_service] ||= 'sitemaps' options[:authsub_scope] ||= 'https://www.google.com/webmasters/tools/feeds/' super(options) end