Sha256: b0d751cb97afbd7b9997cb430dfddcd9138129664406cbad987953d9bf52d90c
Contents?: true
Size: 347 Bytes
Versions: 9
Compression:
Stored size: 347 Bytes
Contents
class ProconBypassMan::ReportErrorReloadConfigJob < 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: :error_reload_config) end end
Version data entries
9 entries across 9 versions & 1 rubygems