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