Method: XapianDb::Config#resque_queue

Defined in:
lib/xapian_db/config.rb

#resque_queue(name) ⇒ Object

Set the name of the resque queue



151
152
153
# File 'lib/xapian_db/config.rb', line 151

def resque_queue(name)
  @_resque_queue = name
end