Class: Synapse::Auditing::CommandMetadataProvider

Inherits:
AuditDataProvider show all
Defined in:
lib/synapse/auditing/command_metadata_provider.rb

Overview

Implementation of an audit provider that simply audits a command’s metadata

Instance Method Summary collapse

Instance Method Details

#provide_data_for(command) ⇒ Hash



7
8
9
# File 'lib/synapse/auditing/command_metadata_provider.rb', line 7

def provide_data_for(command)
  command.
end