Method: Mongo::Error::ConnectionCheckOutTimeout#address

Defined in:
lib/mongo/error/connection_check_out_timeout.rb

#addressMongo::Address (readonly)

Returns address The address of the server the pool’s connections connect to.

Since:

  • 2.9.0



35
36
37
# File 'lib/mongo/error/connection_check_out_timeout.rb', line 35

def address
  @address
end