We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d4119 commit 876dddaCopy full SHA for 876ddda
lib/google/api_client/service/batch.rb
@@ -23,7 +23,7 @@ class Service
23
# Helper class to contain the result of an individual batched call.
24
#
25
class BatchedCallResult < Result
26
- # @return [String] UUID of the call
+ # @return [Fixnum] Index of the call
27
def call_index
28
return @base_result.response.call_id.to_i - 1
29
end
0 commit comments