Method: Mongo::BulkWrite::ResultCombiner#results

Defined in:
lib/mongo/bulk_write/result_combiner.rb

#resultsHash (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns results The results hash.

Since:

  • 2.1.0



32
33
34
# File 'lib/mongo/bulk_write/result_combiner.rb', line 32

def results
  @results
end