Method: Mongo::Auth::ConversationBase#user

Defined in:
lib/mongo/auth/conversation_base.rb

#userAuth::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.

Returns:

  • (Auth::User)

    user The user for the conversation.

Since:

  • 2.0.0



38
39
40
# File 'lib/mongo/auth/conversation_base.rb', line 38

def user
  @user
end