Module: GDocs4Ruby

Defined in:
lib/gdocs4ruby/folder.rb,
lib/gdocs4ruby/service.rb,
lib/gdocs4ruby/document.rb,
lib/gdocs4ruby/base_object.rb,
lib/gdocs4ruby/spreadsheet.rb,
lib/gdocs4ruby/presentation.rb

Overview

Author

Mike Reich ([email protected])

Copyright

Copyright © 2010 Mike Reich

License

GPL v2

– Licensed under the General Public License (GPL), Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Feel free to use and update, but be sure to contribute your code back to the project and attribute as required by the license. ++

Defined Under Namespace

Classes: BaseObject, Document, Folder, Presentation, Service, Spreadsheet

Constant Summary collapse

DOCUMENT_LIST_FEED =
"https://docs.google.com/feeds/documents/private/full"
FOLDER_LIST_FEED =
"http://docs.google.com/feeds/documents/private/full/-/folder?showfolders=true"