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