Sha256: fac2c61b943fc5877362645f25fe51ab7cab279872719b2393d5380e9fc21408
Contents?: true
Size: 358 Bytes
Versions: 17
Compression:
Stored size: 358 Bytes
Contents
class ProconBypassMan::ReportBootJob < ProconBypassMan::ReportEventBaseJob extend ProconBypassMan::HasExternalApiSetting # @param [String] body def self.perform(body) ProconBypassMan::ReportHttpClient.new( path: path, server_pool: server_pool, retry_on_connection_error: true, ).post(body: body, event_type: :boot) end end
Version data entries
17 entries across 17 versions & 1 rubygems