Class: Hanami::CLIBulma::Commands::App::Generate::View Private

Inherits:
Hanami::CLI::Commands::App::Generate::View
  • Object
show all
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.

Since:

  • 0.0.1

Instance Method Summary collapse

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.

Since:

  • 0.0.1



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