Class: Bobot::CommanderJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/bobot/commander_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(payload:) ⇒ Object



11
12
13
# File 'app/jobs/bobot/commander_job.rb', line 11

def perform(payload:)
  Bobot::Commander.trigger(payload)
end