Class: WikidataJob

Inherits:
ApplicationJob show all
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()
  WikidataService.new().call
end