Sha256: 553dd93f675a5acacdcc4a36c114aa1edd7fde15187349d4c2b49898f3b267b4
Contents?: true
Size: 372 Bytes
Versions: 17
Compression:
Stored size: 372 Bytes
Contents
class ProconBypassMan::ReportPressedButtonsJob < ProconBypassMan::BaseJob extend ProconBypassMan::HasInternalApiSetting # @param [String] body def self.perform(body) ProconBypassMan::ReportHttpClient.new( path: path, server_pool: server_pool, ).post(body: body, event_type: :internal) end def self.path "/api/pressed_buttons" end end
Version data entries
17 entries across 17 versions & 1 rubygems