class Google::APIClient::Service::BatchedCallResult
Helper class to contain the result of an individual batched call.
Public Instance Methods
call_index()
click to toggle source
@return [Fixnum] Index of the call
# File lib/google/api_client/service/batch.rb, line 27 def call_index return @base_result.response.call_id.to_i - 1 end