Class: ProconBypassMan::ReportLoadConfigJob
- Inherits:
-
ReportEventBaseJob
- Object
- BaseJob
- ReportEventBaseJob
- ProconBypassMan::ReportLoadConfigJob
- Extended by:
- HasExternalApiSetting
- Defined in:
- lib/procon_bypass_man/background/jobs/report_load_config_job.rb
Class Method Summary collapse
Methods included from HasExternalApiSetting
Methods inherited from ReportEventBaseJob
Methods inherited from BaseJob
Methods included from Background::JobPerformable
Class Method Details
.perform(body) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/procon_bypass_man/background/jobs/report_load_config_job.rb', line 5 def self.perform(body) ProconBypassMan::ReportHttpClient.new( path: path, server: api_server, ).post(body: body, event_type: :load_config) end |