Class: Taski::Execution::FiberProtocol::ResumeError

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



24
25
26
# File 'lib/taski/execution/fiber_protocol.rb', line 24

def error
  @error
end

#fiberObject (readonly)

Returns the value of attribute fiber

Returns:

  • (Object)

    the current value of fiber



24
25
26
# File 'lib/taski/execution/fiber_protocol.rb', line 24

def fiber
  @fiber
end