Method: Mongo::Server::Monitor#options

Defined in:
lib/mongo/server/monitor.rb

#optionsHash (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 options The server options.

Returns:

  • (Hash)

    options The server options.

Since:

  • 2.0.0



106
107
108
# File 'lib/mongo/server/monitor.rb', line 106

def options
  @options
end