Method: Mongo::BulkWrite::ResultCombiner#result
- Defined in:
- lib/mongo/bulk_write/result_combiner.rb
#result ⇒ BulkWrite::Result
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.
Get the final result.
83 84 85 |
# File 'lib/mongo/bulk_write/result_combiner.rb', line 83 def result BulkWrite::Result.new(results, @acknowledged).validate! end |