Class: Esse::AsyncIndexing::Jobs::BulkUpdateLazyDocumentAttributeJob
- Inherits:
-
Object
- Object
- Esse::AsyncIndexing::Jobs::BulkUpdateLazyDocumentAttributeJob
- Defined in:
- lib/esse/async_indexing/jobs/bulk_update_lazy_document_attribute_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(index_class_name, repo_name, attribute_name, batch_id, options = {}) ⇒ Object
4 5 6 |
# File 'lib/esse/async_indexing/jobs/bulk_update_lazy_document_attribute_job.rb', line 4 def perform(index_class_name, repo_name, attribute_name, batch_id, = {}) Esse::AsyncIndexing::Actions::BulkUpdateLazyDocumentAttribute.call(index_class_name, repo_name, attribute_name, batch_id, ) end |