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