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