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.
-
#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
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def execution_context @execution_context end |
#fiber_id ⇒ Object (readonly)
Returns the value of attribute fiber_id
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def fiber_id @fiber_id end |
#location ⇒ Object (readonly)
Returns the value of attribute location
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def location @location end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def operation @operation end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def sequence @sequence end |
#started_monotonic_ns ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute thread_id
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def thread_id @thread_id end |