Method: Mongo::BulkWrite::ResultCombiner#results
- Defined in:
- lib/mongo/bulk_write/result_combiner.rb
#results ⇒ Hash (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.
32 33 34 |
# File 'lib/mongo/bulk_write/result_combiner.rb', line 32 def results @results end |