Sha256: 67511a3aaf812404e5b00267f2492f5130f7917d76b6ede47454549d6276f745

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
procon_bypass_man-0.1.12 lib/procon_bypass_man/commands/send_reload_config_event_command.rb