Class: Rsodx::Cli::Commands::Generators::Action
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Rsodx::Cli::Commands::Generators::Action
- Defined in:
- lib/rsodx/cli/commands/generators/action.rb
Instance Method Summary collapse
Instance Method Details
#call(args) ⇒ Object
7 8 9 10 11 |
# File 'lib/rsodx/cli/commands/generators/action.rb', line 7 def call(args) i[controller serializer presenter].each do |type| Rsodx::Cli::Generator.generate(type, args) end end |