Class: ConcurrentPipeline::Processors::ActorProcessor::Dispatch

Inherits:
Object
  • Object
show all
Extended by:
PipeActor
Defined in:
lib/concurrent_pipeline/processors/actor_processor.rb

Instance Attribute Summary collapse

Method Summary

Methods included from PipeActor

default_block, extended, on_blocks, spawn

Instance Attribute Details

#changesetObject (readonly)

Returns the value of attribute changeset.



267
268
269
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 267

def changeset
  @changeset
end

#schedulerObject (readonly)

Returns the value of attribute scheduler.



267
268
269
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 267

def scheduler
  @scheduler
end

#workObject (readonly)

Returns the value of attribute work.



267
268
269
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 267

def work
  @work
end