Sha256: b9c26e15b3d91a9e378f85c0e58b517812fa59d9e5ced0b800b1ea268d1bcc1a
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
class ProconBypassMan::SendReloadConfigEventCommand # @return [void] def self.execute puts "設定ファイルの再読み込みができました" ProconBypassMan.logger.info "設定ファイルの再読み込みができました" ProconBypassMan::ReportReloadConfigJob.perform_async( ProconBypassMan.config.raw_setting ) end end
Version data entries
3 entries across 3 versions & 1 rubygems