Sha256: df2c9e755b8af116cc9705a6bb53f49e14f0bd8652e7d006a36d1a14aa65a82d
Contents?: true
Size: 341 Bytes
Versions: 16
Compression:
Stored size: 341 Bytes
Contents
class ProconBypassMan::ReportErrorReloadConfigJob < ProconBypassMan::ReportEventBaseJob extend ProconBypassMan::HasExternalApiSetting # @param [String] body def self.perform(body) ProconBypassMan::ReportHttpClient.new( path: path, server: api_server, ).post(body: body, event_type: :error_reload_config) end end
Version data entries
16 entries across 16 versions & 1 rubygems