Class: Concurrent::SerializedExecution::Job
- Inherits:
-
Struct
- Object
- Struct
- Concurrent::SerializedExecution::Job
- Defined in:
- lib/concurrent/executor/serialized_execution.rb
Instance Attribute Summary (collapse)
-
- (Object) args
Returns the value of attribute args.
-
- (Object) block
Returns the value of attribute block.
-
- (Object) executor
Returns the value of attribute executor.
Instance Attribute Details
- (Object) args
Returns the value of attribute args
16 17 18 |
# File 'lib/concurrent/executor/serialized_execution.rb', line 16 def args @args end |
- (Object) block
Returns the value of attribute block
16 17 18 |
# File 'lib/concurrent/executor/serialized_execution.rb', line 16 def block @block end |
- (Object) executor
Returns the value of attribute executor
16 17 18 |
# File 'lib/concurrent/executor/serialized_execution.rb', line 16 def executor @executor end |