Method: Mongo::Auth::ConversationBase#user
- Defined in:
- lib/mongo/auth/conversation_base.rb
#user ⇒ Auth::User (readonly)
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.
Returns user The user for the conversation.
38 39 40 |
# File 'lib/mongo/auth/conversation_base.rb', line 38 def user @user end |