Class: Hanami::CLI::Commands::App::Generate::Operation Private
- Inherits:
-
Command
- Object
- App::Command
- Command
- Hanami::CLI::Commands::App::Generate::Operation
- Defined in:
- lib/hanami/cli/commands/app/generate/operation.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #generator_class ⇒ Object private
Methods inherited from Command
Constructor Details
This class inherits a constructor from Hanami::CLI::Commands::App::Generate::Command
Instance Method Details
#generator_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hanami/cli/commands/app/generate/operation.rb', line 24 def generator_class Generators::App::Operation end |