Fixed minor error in YARD documentation format.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@42 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
parent
61c4c034b4
commit
82d480e924
|
@ -228,7 +228,7 @@ module Google
|
||||||
# The method object or the RPC name of the method being executed.
|
# The method object or the RPC name of the method being executed.
|
||||||
# @param [Hash, Array] parameters
|
# @param [Hash, Array] parameters
|
||||||
# The parameters to send to the method.
|
# The parameters to send to the method.
|
||||||
# @param [String] The body of the request.
|
# @param [String] body The body of the request.
|
||||||
# @param [Hash, Array] headers The HTTP headers for the request.
|
# @param [Hash, Array] headers The HTTP headers for the request.
|
||||||
# @param [Hash] options
|
# @param [Hash] options
|
||||||
# The configuration parameters for the request.
|
# The configuration parameters for the request.
|
||||||
|
@ -279,7 +279,7 @@ module Google
|
||||||
# The method object or the RPC name of the method being executed.
|
# The method object or the RPC name of the method being executed.
|
||||||
# @param [Hash, Array] parameters
|
# @param [Hash, Array] parameters
|
||||||
# The parameters to send to the method.
|
# The parameters to send to the method.
|
||||||
# @param [String] The body of the request.
|
# @param [String] body The body of the request.
|
||||||
# @param [Hash, Array] headers The HTTP headers for the request.
|
# @param [Hash, Array] headers The HTTP headers for the request.
|
||||||
# @param [Hash] options
|
# @param [Hash] options
|
||||||
# The configuration parameters for the request.
|
# The configuration parameters for the request.
|
||||||
|
|
Loading…
Reference in New Issue