Sha256: 32de2229514ebe6a2a91fcce43d2f645562d4918061ea0f1fece230e98b6d3fe
Contents?: true
Size: 332 Bytes
Versions: 17
Compression:
Stored size: 332 Bytes
Contents
class ProconBypassMan::ReportLoadConfigJob < 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: :load_config) end end
Version data entries
17 entries across 17 versions & 1 rubygems