Class: Taski::Execution::FiberProtocol::TaskFailed

Inherits:
Data
  • Object
show all
Defined in:
lib/taski/execution/fiber_protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



16
17
18
# File 'lib/taski/execution/fiber_protocol.rb', line 16

def error
  @error
end

#task_classObject (readonly)

Returns the value of attribute task_class

Returns:

  • (Object)

    the current value of task_class



16
17
18
# File 'lib/taski/execution/fiber_protocol.rb', line 16

def task_class
  @task_class
end

#wrapperObject (readonly)

Returns the value of attribute wrapper

Returns:

  • (Object)

    the current value of wrapper



16
17
18
# File 'lib/taski/execution/fiber_protocol.rb', line 16

def wrapper
  @wrapper
end