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