Sha256: de29ee738857cf0f8e83516fe541a96b60089e1931976495f3486ce65aaf5af2
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
require "procon_bypass_man/outbound/base" class ProconBypassMan::PressedButtonsReporter < ProconBypassMan::Outbound::Base PATH = "/api/pressed_buttons" def self.report(body: ) Client.new( path: PATH, server: ProconBypassMan.config.internal_api_servers, ).post(body: body) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
procon_bypass_man-0.1.11 | lib/procon_bypass_man/outbound/pressed_buttons_reporter.rb |