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