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