class Synapse::Auditing::AuditDataProvider

Provides relevant information to events for auditing purposes @abstract

Public Instance Methods

provide_data_for(command) click to toggle source

Returns auditing information for the given command

@abstract @param [CommandMessage] command @return [Hash]

# File lib/synapse/auditing/data_provider.rb, line 11
def provide_data_for(command)
  raise NotImplementedError
end