Method: Mongo::Error::ConnectionCheckOutTimeout#address
- Defined in:
- lib/mongo/error/connection_check_out_timeout.rb
#address ⇒ Mongo::Address (readonly)
Returns address The address of the server the pool’s connections connect to.
35 36 37 |
# File 'lib/mongo/error/connection_check_out_timeout.rb', line 35 def address @address end |