Sha256: 08dc9e59b1b6657b6df5e7dc2c478cfc8f674e9a7475e8ab5c6940f5128c1df0
Contents?: true
Size: 336 Bytes
Versions: 17
Compression:
Stored size: 336 Bytes
Contents
class ProconBypassMan::ReportReloadConfigJob < ProconBypassMan::ReportEventBaseJob extend ProconBypassMan::HasExternalApiSetting # @param [String] body def self.perform(body) ProconBypassMan::ReportHttpClient.new( path: path, server_pool: server_pool, ).post(body: body, event_type: :reload_config) end end
Version data entries
17 entries across 17 versions & 1 rubygems