class Synapse::Auditing::CommandMetadataProvider
Implementation of an audit provider that simply audits a command's metadata
Public Instance Methods
provide_data_for(command)
click to toggle source
@param [CommandMessage] command @return [Hash]
# File lib/synapse/auditing/command_metadata_provider.rb, line 7 def provide_data_for(command) command.metadata end