Parent

Methods

Files

GData::Client::Spreadsheets

Client class to wrap working with the Spreadsheets API.

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.