Method: Mongo::Crypt::Status#message
- Defined in:
- lib/mongo/crypt/status.rb
#message ⇒ String
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.
Return the status message
97 98 99 100 |
# File 'lib/mongo/crypt/status.rb', line 97 def = Binding.(@status, nil) || '' end |