Minor doc fix

This commit is contained in:
Sergio Gomes 2013-10-07 18:11:45 +01:00
parent 83d411990c
commit 876dddad36
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module Google
# Helper class to contain the result of an individual batched call.
#
class BatchedCallResult < Result
# @return [String] UUID of the call
# @return [Fixnum] Index of the call
def call_index
return @base_result.response.call_id.to_i - 1
end