Class: Itsi::Scheduler::WorkRequest
- Inherits:
-
Struct
- Object
- Struct
- Itsi::Scheduler::WorkRequest
- Defined in:
- lib/itsi/scheduler.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#fiber ⇒ Object
Returns the value of attribute fiber.
-
#result ⇒ Object
Returns the value of attribute result.
-
#work ⇒ Object
Returns the value of attribute work.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/itsi/scheduler.rb', line 12 def error @error end |
#fiber ⇒ Object
Returns the value of attribute fiber
12 13 14 |
# File 'lib/itsi/scheduler.rb', line 12 def fiber @fiber end |
#result ⇒ Object
Returns the value of attribute result
12 13 14 |
# File 'lib/itsi/scheduler.rb', line 12 def result @result end |
#work ⇒ Object
Returns the value of attribute work
12 13 14 |
# File 'lib/itsi/scheduler.rb', line 12 def work @work end |