Class: FiberAudit::Runtime::ActiveOperations::Handle
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Runtime::ActiveOperations::Handle
- Defined in:
- lib/fiber_audit/runtime/active_operations.rb
Instance Attribute Summary collapse
-
#fiber_id ⇒ Object
readonly
Returns the value of attribute fiber_id.
-
#pid ⇒ Object
readonly
Returns the value of attribute pid.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#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 |
#pid ⇒ Object (readonly)
Returns the value of attribute pid
15 16 17 |
# File 'lib/fiber_audit/runtime/active_operations.rb', line 15 def pid @pid 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 |
#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 |