Class: OscMacheteRails::WorkflowModelGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- OscMacheteRails::WorkflowModelGenerator
- Defined in:
- lib/generators/osc_machete_rails/workflow_model/workflow_model_generator.rb
Instance Method Summary collapse
-
#initialize(args, *options) ⇒ WorkflowModelGenerator
constructor
A new instance of WorkflowModelGenerator.
Constructor Details
#initialize(args, *options) ⇒ WorkflowModelGenerator
Returns a new instance of WorkflowModelGenerator.
4 5 6 7 8 |
# File 'lib/generators/osc_machete_rails/workflow_model/workflow_model_generator.rb', line 4 def initialize(args, *) args |= %w(staged_dir:string) super end |