Method: Mongo::Monitoring::Event::CommandStarted#command
- Defined in:
- lib/mongo/monitoring/event/command_started.rb
#command ⇒ BSON::Document (readonly)
Returns command The command arguments.
32 33 34 |
# File 'lib/mongo/monitoring/event/command_started.rb', line 32 def command @command end |