Method: Mongo::Operation::Specifiable#user_name
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#user_name ⇒ 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.
The user name from the specification.
451 452 453 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 451 def user_name spec[USER_NAME] end |