Method: Mongo::Monitoring::Event::CommandStarted#address
- Defined in:
- lib/mongo/monitoring/event/command_started.rb
#address ⇒ Server::Address (readonly)
Returns address The server address.
29 30 31 |
# File 'lib/mongo/monitoring/event/command_started.rb', line 29 def address @address end |