Method: Mongo::Monitoring::Event::CommandStarted#inspect
- Defined in:
- lib/mongo/monitoring/event/command_started.rb
#inspect ⇒ String
Returns a concise yet useful summary of the event.
179 180 181 |
# File 'lib/mongo/monitoring/event/command_started.rb', line 179 def inspect "#<{#{self.class} #{database_name}.#{command_name} command=#{command}>" end |