Class: OrangeTap::Worker::Context
- Inherits:
-
Data
- Object
- Data
- OrangeTap::Worker::Context
- Defined in:
- lib/orange_tap/worker.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#queue ⇒ Object
readonly
Returns the value of attribute queue.
-
#start_mono_ns ⇒ Object
readonly
Returns the value of attribute start_mono_ns.
-
#start_unix_ns ⇒ Object
readonly
Returns the value of attribute start_unix_ns.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config
16 17 18 |
# File 'lib/orange_tap/worker.rb', line 16 def config @config end |
#queue ⇒ Object (readonly)
Returns the value of attribute queue
16 17 18 |
# File 'lib/orange_tap/worker.rb', line 16 def queue @queue end |
#start_mono_ns ⇒ Object (readonly)
Returns the value of attribute start_mono_ns
16 17 18 |
# File 'lib/orange_tap/worker.rb', line 16 def start_mono_ns @start_mono_ns end |
#start_unix_ns ⇒ Object (readonly)
Returns the value of attribute start_unix_ns
16 17 18 |
# File 'lib/orange_tap/worker.rb', line 16 def start_unix_ns @start_unix_ns end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
16 17 18 |
# File 'lib/orange_tap/worker.rb', line 16 def trace_id @trace_id end |