Method: Mongo::Monitoring::Event::CommandSucceeded#summary
- Defined in:
- lib/mongo/monitoring/event/command_succeeded.rb
#summary ⇒ String
Note:
This method is experimental and subject to change.
Returns a concise yet useful summary of the event.
101 102 103 |
# File 'lib/mongo/monitoring/event/command_succeeded.rb', line 101 def summary "#<#{short_class_name} address=#{address} #{database_name}.#{command_name}>" end |