Class: Trace
- Inherits:
-
Actn::Jobs::Base
- Object
- Actn::Jobs::Base
- Trace
- Defined in:
- lib/actn/hooks/trace.rb
Instance Attribute Summary
Attributes inherited from Actn::Jobs::Base
Instance Method Summary collapse
Methods inherited from Actn::Jobs::Base
#initialize, #test_and_perform
Constructor Details
This class inherits a constructor from Actn::Jobs::Base
Instance Method Details
#perform ⇒ Object
4 5 6 |
# File 'lib/actn/hooks/trace.rb', line 4 def perform puts "[Trace#perform, #{Time.now}]: #{job.inspect} #{record.inspect}" end |