Method: Mongo::Auth::Gssapi::Conversation#id
- Defined in:
- lib/mongo/auth/gssapi/conversation.rb
#id ⇒ Integer (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.
Get the id of the conversation.
64 65 66 |
# File 'lib/mongo/auth/gssapi/conversation.rb', line 64 def id @id end |