Class: FiberAudit::Runtime::ActiveOperations::Entry
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Runtime::ActiveOperations::Entry
- Defined in:
- lib/fiber_audit/runtime/active_operations.rb
Instance Attribute Summary collapse
-
#execution_context ⇒ Object
readonly
Returns the value of attribute execution_context.
-
#fiber_id ⇒ Object
readonly
Returns the value of attribute fiber_id.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
-
#scheduler_snapshot ⇒ Object
readonly
Returns the value of attribute scheduler_snapshot.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
-
#started_monotonic_ns ⇒ Object
readonly
Returns the value of attribute started_monotonic_ns.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#execution_context ⇒ Object (readonly)
Returns the value of attribute execution_context
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def execution_context @execution_context end |
#fiber_id ⇒ Object (readonly)
Returns the value of attribute fiber_id
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def fiber_id @fiber_id end |
#location ⇒ Object (readonly)
Returns the value of attribute location
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def location @location end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def operation @operation end |
#scheduler_snapshot ⇒ Object (readonly)
Returns the value of attribute scheduler_snapshot
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def scheduler_snapshot @scheduler_snapshot end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def sequence @sequence end |
#started_monotonic_ns ⇒ Object (readonly)
Returns the value of attribute started_monotonic_ns
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def started_monotonic_ns @started_monotonic_ns end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
16 17 18 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 16 def thread_id @thread_id end |