Minor doc fix
This commit is contained in:
parent
83d411990c
commit
876dddad36
|
@ -23,7 +23,7 @@ module Google
|
||||||
# Helper class to contain the result of an individual batched call.
|
# Helper class to contain the result of an individual batched call.
|
||||||
#
|
#
|
||||||
class BatchedCallResult < Result
|
class BatchedCallResult < Result
|
||||||
# @return [String] UUID of the call
|
# @return [Fixnum] Index of the call
|
||||||
def call_index
|
def call_index
|
||||||
return @base_result.response.call_id.to_i - 1
|
return @base_result.response.call_id.to_i - 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue