Class: CardDB::Rails::DeckSyncJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- CardDB::Rails::DeckSyncJob
- Defined in:
- lib/carddb/rails/deck_sync_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(external_ref:, input:) ⇒ Object
10 11 12 |
# File 'lib/carddb/rails/deck_sync_job.rb', line 10 def perform(external_ref:, input:) DeckSyncService.call(external_ref: external_ref, input: input) end |