Method: Mongo::Monitoring::Event::CommandSucceeded#command_name
- Defined in:
- lib/mongo/monitoring/event/command_succeeded.rb
#command_name ⇒ String (readonly)
Returns command_name The name of the command.
32 33 34 |
# File 'lib/mongo/monitoring/event/command_succeeded.rb', line 32 def command_name @command_name end |