Class: Taski::Execution::FiberProtocol::ResumeError
- Inherits:
-
Data
- Object
- Data
- Taski::Execution::FiberProtocol::ResumeError
- Defined in:
- lib/taski/execution/fiber_protocol.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#fiber ⇒ Object
readonly
Returns the value of attribute fiber.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
24 25 26 |
# File 'lib/taski/execution/fiber_protocol.rb', line 24 def error @error end |
#fiber ⇒ Object (readonly)
Returns the value of attribute fiber
24 25 26 |
# File 'lib/taski/execution/fiber_protocol.rb', line 24 def fiber @fiber end |