META

RamPipe

A pipe which connects two steps together in the production pipeline.

The pipe goes from the output step (which exports data into specific file types represented by the RamPipeFile class) to the input step (which imports that data).

Inherits object ► RamObject ► RamPipe

Methods

Method Arguments Description
inputStep
▹ RamStep
The input step
inputStepShortName
▹ string
The short name of the input step
outputStep
▹ RamStep
The output step
outputStepShortName
▹ string
The short name of the output step
pipeFiles
▹ list of RamPipeFile
The list of pipe files used through this step