Sha256: 9496b24a881bbd25c075c3c9574768aae93f907bbf170f1b821cb11933161323
Contents?: true
Size: 316 Bytes
Versions: 8
Compression:
Stored size: 316 Bytes
Contents
class ProconBypassMan::ReportInfoLogJob < 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: :info) end end
Version data entries
8 entries across 8 versions & 1 rubygems