Class: Pipely::Actions::GraphFilePipeline
- Inherits:
-
Object
- Object
- Pipely::Actions::GraphFilePipeline
- Defined in:
- lib/pipely/actions/graph_file_pipeline.rb
Overview
Graph a pipeline definition from a file.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ GraphFilePipeline
constructor
A new instance of GraphFilePipeline.
Constructor Details
#initialize(options) ⇒ GraphFilePipeline
Returns a new instance of GraphFilePipeline.
8 9 10 |
# File 'lib/pipely/actions/graph_file_pipeline.rb', line 8 def initialize() @options = end |