Class: Itsi::Scheduler::WorkRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/itsi/scheduler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/itsi/scheduler.rb', line 12

def error
  @error
end

#fiberObject

Returns the value of attribute fiber

Returns:

  • (Object)

    the current value of fiber



12
13
14
# File 'lib/itsi/scheduler.rb', line 12

def fiber
  @fiber
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



12
13
14
# File 'lib/itsi/scheduler.rb', line 12

def result
  @result
end

#workObject

Returns the value of attribute work

Returns:

  • (Object)

    the current value of work



12
13
14
# File 'lib/itsi/scheduler.rb', line 12

def work
  @work
end