Class: FiberAudit::Runtime::ActiveOperations::Handle

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

Instance Attribute Summary collapse

Instance Attribute Details

#fiber_idObject (readonly)

Returns the value of attribute fiber_id

Returns:

  • (Object)

    the current value of fiber_id



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

def fiber_id
  @fiber_id
end

#pidObject (readonly)

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



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

def pid
  @pid
end

#sequenceObject (readonly)

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



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

def sequence
  @sequence
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



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

def thread_id
  @thread_id
end