Method: Mongo::Monitoring::Event::Cmap::ConnectionReady#address

Defined in:
lib/mongo/monitoring/event/cmap/connection_ready.rb

#addressMongo::Address (readonly)

Returns address The address of the server the connection is connected to.

Since:

  • 2.9.0

Returns:

  • address The address of the server the connection is connected to.



32
33
34
# File 'lib/mongo/monitoring/event/cmap/connection_ready.rb', line 32

def address
  @address
end