Class: PupilfirstXapi::Outbox::Job

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/pupilfirst_xapi/outbox.rb

Instance Method Summary collapse

Instance Method Details

#perform(payload) ⇒ Object



8
9
10
# File 'lib/pupilfirst_xapi/outbox.rb', line 8

def perform(payload)
  outbox.call(**payload)
end