Module: ActiveJob::Traceable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/activejob/traceable.rb,
lib/activejob/traceable/version.rb,
lib/activejob/traceable/traceable.rb,
lib/activejob/traceable/logging_patch.rb
Defined Under Namespace
Modules: LoggingPatch
Constant Summary collapse
- VERSION =
'0.3.0'
Class Attribute Summary collapse
-
.tracing_info_getter ⇒ Object
Returns the value of attribute tracing_info_getter.
-
.tracing_info_setter ⇒ Object
Returns the value of attribute tracing_info_setter.
Class Attribute Details
.tracing_info_getter ⇒ Object
Returns the value of attribute tracing_info_getter.
30 31 32 |
# File 'lib/activejob/traceable/traceable.rb', line 30 def tracing_info_getter @tracing_info_getter end |
.tracing_info_setter ⇒ Object
Returns the value of attribute tracing_info_setter.
30 31 32 |
# File 'lib/activejob/traceable/traceable.rb', line 30 def tracing_info_setter @tracing_info_setter end |