class Mongo::Crypt::ExplicitEncryptionExpressionContext
A Context
object initialized for explicit expression encryption.
@api private
Public Instance Methods
init(doc)
click to toggle source
# File lib/mongo/crypt/explicit_encryption_expression_context.rb, line 25 def init(doc) Binding.ctx_explicit_encrypt_expression_init(self, doc) end