Sha256: b91c3bf05e374021dc00e3bdfbec315916d7f5e804e362725db80adf62c62d75
Contents?: true
Size: 330 Bytes
Versions: 16
Compression:
Stored size: 330 Bytes
Contents
class ProconBypassMan::ReportReloadConfigJob < 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: :reload_config) end end
Version data entries
16 entries across 16 versions & 1 rubygems