Class: Esse::AsyncIndexing::Jobs::UpdateLazyDocumentAttributeJob

Inherits:
Object
  • Object
show all
Defined in:
lib/esse/async_indexing/jobs/update_lazy_document_attribute_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(index_class_name, repo_name, attribute_name, ids, options = {}) ⇒ Object



4
5
6
# File 'lib/esse/async_indexing/jobs/update_lazy_document_attribute_job.rb', line 4

def perform(index_class_name, repo_name, attribute_name, ids, options = {})
  Esse::AsyncIndexing::Actions::UpdateLazyDocumentAttribute.call(index_class_name, repo_name, attribute_name, ids, options)
end