Class: FiberAudit::Runtime::ActiveOperations::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/fiber_audit/runtime/active_operations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#execution_contextObject (readonly)

Returns the value of attribute execution_context

Returns:

  • (Object)

    the current value of execution_context



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def execution_context
  @execution_context
end

#fiber_idObject (readonly)

Returns the value of attribute fiber_id

Returns:

  • (Object)

    the current value of fiber_id



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def fiber_id
  @fiber_id
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def location
  @location
end

#operationObject (readonly)

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def operation
  @operation
end

#sequenceObject (readonly)

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def sequence
  @sequence
end

#started_monotonic_nsObject (readonly)

Returns the value of attribute started_monotonic_ns

Returns:

  • (Object)

    the current value of started_monotonic_ns



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def started_monotonic_ns
  @started_monotonic_ns
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



15
16
17
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15

def thread_id
  @thread_id
end