Module: Itiel::Load::ChainedStep

Included in:
CSVFile, DatabaseTable
Defined in:
lib/itiel/load/chained_step.rb,
lib/itiel/load/input_output_behavior.rb

Overview

This module defines the input and output behavior for Loader steps

Whenever an Output receives input, it calls persist! and then wires the input and the output

All the clasess in Itiel::Output should implement persist!

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



32
33
34
# File 'lib/itiel/load/chained_step.rb', line 32

def self.included(receiver)
  receiver.send :include, InstanceMethods
end