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:
parent
63783453e6
commit
31132ffbb9
|
@ -73,6 +73,14 @@ module Google #:nodoc:
|
||||||
def options
|
def options
|
||||||
return @options
|
return @options
|
||||||
end
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue