Class: OrangeTap::Worker::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/orange_tap/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



16
17
18
# File 'lib/orange_tap/worker.rb', line 16

def config
  @config
end

#queueObject (readonly)

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



16
17
18
# File 'lib/orange_tap/worker.rb', line 16

def queue
  @queue
end

#start_mono_nsObject (readonly)

Returns the value of attribute start_mono_ns

Returns:

  • (Object)

    the current value of start_mono_ns



16
17
18
# File 'lib/orange_tap/worker.rb', line 16

def start_mono_ns
  @start_mono_ns
end

#start_unix_nsObject (readonly)

Returns the value of attribute start_unix_ns

Returns:

  • (Object)

    the current value of start_unix_ns



16
17
18
# File 'lib/orange_tap/worker.rb', line 16

def start_unix_ns
  @start_unix_ns
end

#trace_idObject (readonly)

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



16
17
18
# File 'lib/orange_tap/worker.rb', line 16

def trace_id
  @trace_id
end