Class: Vivlio::Starter::CLI::SamovarCommands::CreateLegalpageCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Vivlio::Starter::CLI::SamovarCommands::CreateLegalpageCommand
- Defined in:
- lib/vivlio/starter/cli/samovar/create_command.rb
Overview
create:legalpage コマンド(内部コマンド)
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
150 151 152 153 154 155 156 157 158 |
# File 'lib/vivlio/starter/cli/samovar/create_command.rb', line 150 def call CreateCommands.execute_legalpage() 0 rescue SystemExit => e raise e rescue StandardError => e Common.log_error("create:legalpage 実行中にエラー: #{e.}") 1 end |