Class: Taski::Execution::FiberProtocol::TaskFailed
- Inherits:
-
Data
- Object
- Data
- Taski::Execution::FiberProtocol::TaskFailed
- Defined in:
- lib/taski/execution/fiber_protocol.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#task_class ⇒ Object
readonly
Returns the value of attribute task_class.
-
#wrapper ⇒ Object
readonly
Returns the value of attribute wrapper.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
16 17 18 |
# File 'lib/taski/execution/fiber_protocol.rb', line 16 def error @error end |
#task_class ⇒ Object (readonly)
Returns the value of attribute task_class
16 17 18 |
# File 'lib/taski/execution/fiber_protocol.rb', line 16 def task_class @task_class end |
#wrapper ⇒ Object (readonly)
Returns the value of attribute wrapper
16 17 18 |
# File 'lib/taski/execution/fiber_protocol.rb', line 16 def wrapper @wrapper end |