Class: WikidataJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- WikidataJob
- Defined in:
- app/jobs/wikidata_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(account) ⇒ Object
6 7 8 |
# File 'app/jobs/wikidata_job.rb', line 6 def perform(account) WikidataService.new(account).call end |