Method: Mongo::Auth::Gssapi::Conversation#id

Defined in:
lib/mongo/auth/gssapi/conversation.rb

#idInteger (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.

Returns:

  • (Integer)

    The conversation id.

Since:

  • 2.0.0



64
65
66
# File 'lib/mongo/auth/gssapi/conversation.rb', line 64

def id
  @id
end