Class: TireAsyncIndex::Workers::ResqueUpdateIndex
- Inherits:
-
UpdateIndex
- Object
- UpdateIndex
- TireAsyncIndex::Workers::ResqueUpdateIndex
show all
- Defined in:
- lib/tire_async_index/workers/resque_update_index.rb
Class Method Summary
collapse
Methods inherited from UpdateIndex
#find_class_const, #perform
Class Method Details
6
7
8
|
# File 'lib/tire_async_index/workers/resque_update_index.rb', line 6
def self.perform(*args)
self.new.perform *args
end
|
.queue ⇒ Object
4
|
# File 'lib/tire_async_index/workers/resque_update_index.rb', line 4
def self.queue; TireAsyncIndex.queue end
|