Method: Mongo::Auth::Base#conversation
- Defined in:
- lib/mongo/auth/base.rb
#conversation ⇒ Object
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.
45 46 47 |
# File 'lib/mongo/auth/base.rb', line 45 def conversation @conversation ||= self.class.const_get(:Conversation).new(user, connection) end |