Methods

Files

GData::Client::DocList

Client class to wrap working with the Documents List Data API.

Public Class Methods

new(options = {}) click to toggle source
# File lib/gdata/client/doclist.rb, line 21
def initialize(options = {})
  options[:clientlogin_service] ||= 'writely'
  options[:authsub_scope] ||= 'https://docs.google.com/feeds/'
  super(options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.