Added brief documentation to the handler classes.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@12 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
bobaman@google.com 2010-08-14 01:28:57 +00:00
parent 25786356d3
commit 63783453e6
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ require "oauth"
module Google #:nodoc:
class APIClient #:nodoc:
##
# An OAuth 1.0a handler.
class OAuth1
##
# The default OAuth 1.0a configuration values. These may be overrided

View File

@ -17,6 +17,8 @@ require "addressable/template"
module Google #:nodoc:
class APIClient #:nodoc:
##
# A discovery document handler.
class Discovery
##
# The default discovery configuration values. These may be overrided