Method: Mongo::Session#options

Defined in:
lib/mongo/session.rb

#optionsHash (readonly)

Returns The options for this session.

Returns:

  • (Hash)

    The options for this session.

Since:

  • 2.5.0



111
112
113
# File 'lib/mongo/session.rb', line 111

def options
  @options
end