Class: OperatorRecordable::Recorder

Inherits:
Module
  • Object
show all
Defined in:
lib/operator_recordable/recorder.rb

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Recorder

Returns a new instance of Recorder.



7
8
9
10
# File 'lib/operator_recordable/recorder.rb', line 7

def initialize(config)
  super()
  define_activate_method(config)
end