Class: Hanami::CLIBulma::Commands::App::Generate::View Private
- Inherits:
-
Hanami::CLI::Commands::App::Generate::View
- Object
- Hanami::CLI::Commands::App::Generate::View
- Hanami::CLIBulma::Commands::App::Generate::View
- Defined in:
- lib/hanami/cli_bulma/commands/app/generate/view.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
-
#initialize(fs:, inflector:, generator: Generators::App::View.new(fs: fs, inflector: inflector), **opts) ⇒ View
constructor
private
A new instance of View.
Constructor Details
#initialize(fs:, inflector:, generator: Generators::App::View.new(fs: fs, inflector: inflector), **opts) ⇒ View
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.
Returns a new instance of View.
11 12 13 14 15 16 17 |
# File 'lib/hanami/cli_bulma/commands/app/generate/view.rb', line 11 def initialize( fs:, inflector:, generator: Generators::App::View.new(fs: fs, inflector: inflector), **opts ) super(fs: fs, inflector: inflector, generator: generator, **opts) end |