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
8 9 10 |
# File 'lib/pipely/actions/graph_file_pipeline.rb', line 8 def initialize() = end |
Instance Method Details
#execute ⇒ Object
12 13 14 15 |
# File 'lib/pipely/actions/graph_file_pipeline.rb', line 12 def execute puts "Generating #{output_file}" Pipely.draw(definition_json, output_file) end |