Class: BackgroundLdapImportJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- BackgroundLdapImportJob
- Defined in:
- app/jobs/background_ldap_import_job.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
4 5 6 |
# File 'app/jobs/background_ldap_import_job.rb', line 4 def perform ThecoreAuthCommons.import_ldap_users_task end |