Module: Mongo::Operation::ExecutableNoValidate Private

Included in:
Delete::OpMsg, Insert::OpMsg, Update::OpMsg
Defined in:
build/ruby-driver-v2.19/lib/mongo/operation/shared/executable_no_validate.rb

Overview

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

Shared executable behavior of operations for operations whose result should not be validated.

Instance Method Summary collapse

Instance Method Details

#execute(connection, context:) ⇒ Object

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.



27
28
29
# File 'build/ruby-driver-v2.19/lib/mongo/operation/shared/executable_no_validate.rb', line 27

def execute(connection, context:)
  do_execute(connection, context)
end