Sha256: dc15b07b7661226c5bafb66fdc0501918c69ce3c433ba9abc375f527dd7b7c5b
Contents?: true
Size: 313 Bytes
Versions: 16
Compression:
Stored size: 313 Bytes
Contents
class ProconBypassMan::ReportCompletedUpgradePbmJob < ProconBypassMan::ReportEventBaseJob extend ProconBypassMan::HasExternalApiSetting def self.perform ProconBypassMan::ReportHttpClient.new( path: path, server: api_server, ).post(body: nil, event_type: :completed_upgrade_pbm) end end
Version data entries
16 entries across 16 versions & 1 rubygems