# File lib/gdata/client/finance.rb, line 21 def initialize(options = {}) options[:clientlogin_service] ||= 'finance' options[:authsub_scope] ||= 'http://finance.google.com/finance/feeds/' super(options) end