Added some tests for determining the discovery document URI.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@13 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
bobaman@google.com 2010-08-14 01:35:06 +00:00
parent 63783453e6
commit 31132ffbb9
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,14 @@ module Google #:nodoc:
def options
return @options
end
##
# Returns the URI of the discovery document.
#
# @return [String] The URI of the discovery document.
def discovery_uri
return @options[:discovery_uri]
end
end
end
end