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

Inherits:
Hanami::CLI::Commands::App::Generate::Action
  • Object
show all
Defined in:
lib/hanami/cli_bulma/commands/app/generate/action.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::Action.new(fs: fs, inflector: inflector), **opts) ⇒ Action

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 Action.

Since:

  • 0.0.1



13
14
15
16
17
18
19
# File 'lib/hanami/cli_bulma/commands/app/generate/action.rb', line 13

def initialize(
  fs:, inflector:,
  generator: Generators::App::Action.new(fs: fs, inflector: inflector),
  **opts
)
  super(fs: fs, inflector: inflector, generator: generator, **opts)
end