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:
parent
25786356d3
commit
63783453e6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue