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