Class: Decouplio::Processor

Inherits:
Object
  • Object
show all
Defined in:
lib/decouplio/processor.rb

Class Method Summary collapse

Class Method Details

.call(first_step:, steps_pool:, steps_flow:, instance:) ⇒ Object



6
7
8
# File 'lib/decouplio/processor.rb', line 6

def call(first_step:, steps_pool:, steps_flow:, instance:)
  process(first_step, instance, steps_pool, steps_flow)
end