Module: Plumbing::Pipeline
- Defined in:
- lib/plumbing/pipeline.rb,
lib/plumbing/pipeline/contracts.rb,
lib/plumbing/pipeline/operations.rb
Overview
A chain of operations that are executed in sequence
Defined Under Namespace
Modules: Contracts, Operations
Class Method Summary collapse
Instance Method Summary collapse
-
#call(input) ⇒ Object
Start the pipeline operation with the given input.
Class Method Details
Instance Method Details
#call(input) ⇒ Object
Start the pipeline operation with the given input
15 16 17 |
# File 'lib/plumbing/pipeline.rb', line 15 def call input self.class._call input, self end |