Class: ConcurrentPipeline::Processors::ActorProcessor::Dispatch
- Inherits:
-
Object
- Object
- ConcurrentPipeline::Processors::ActorProcessor::Dispatch
- Extended by:
- PipeActor
- Defined in:
- lib/concurrent_pipeline/processors/actor_processor.rb
Instance Attribute Summary collapse
-
#changeset ⇒ Object
readonly
Returns the value of attribute changeset.
-
#scheduler ⇒ Object
readonly
Returns the value of attribute scheduler.
-
#work ⇒ Object
readonly
Returns the value of attribute work.
Method Summary
Methods included from PipeActor
default_block, extended, on_blocks, spawn
Instance Attribute Details
#changeset ⇒ Object (readonly)
Returns the value of attribute changeset.
267 268 269 |
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 267 def changeset @changeset end |
#scheduler ⇒ Object (readonly)
Returns the value of attribute scheduler.
267 268 269 |
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 267 def scheduler @scheduler end |
#work ⇒ Object (readonly)
Returns the value of attribute work.
267 268 269 |
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 267 def work @work end |