Class: ProconBypassMan::SendReloadConfigEventCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/procon_bypass_man/commands/send_reload_config_event_command.rb

Class Method Summary collapse

Class Method Details

.executevoid

This method returns an undefined value.



3
4
5
6
7
8
# File 'lib/procon_bypass_man/commands/send_reload_config_event_command.rb', line 3

def self.execute
  ProconBypassMan::PrintMessageCommand.execute(text: "設定ファイルの再読み込みができました")
  ProconBypassMan::ReportReloadConfigJob.perform_async(
    ProconBypassMan.config.raw_setting
  )
end