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



5
6
7
# File 'app/jobs/bobot/commander_job.rb', line 5

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