Class: AgentImportFileJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- AgentImportFileJob
- Defined in:
- app/jobs/agent_import_file_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(agent_import_file) ⇒ Object
4 5 6 |
# File 'app/jobs/agent_import_file_job.rb', line 4 def perform(agent_import_file) agent_import_file.import_start end |