class LoadArtistJob < Struct.new(:name) def perform ImportController.importArtist(name) end end