Method: Mongo::Monitoring::Event::CommandSucceeded#command_name

Defined in:
lib/mongo/monitoring/event/command_succeeded.rb

#command_nameString (readonly)

Returns command_name The name of the command.

Returns:

  • command_name The name of the command.

Since:

  • 2.1.0



32
33
34
# File 'lib/mongo/monitoring/event/command_succeeded.rb', line 32

def command_name
  @command_name
end