Method: FreeMessageQueue::FileQueue#file=

Defined in:
lib/fmq/queues/file.rb

#file=(path) ⇒ Object

CONFIGURATION OPTION sets the path to the file that should be read



47
48
49
# File 'lib/fmq/queues/file.rb', line 47

def file=(path)
  @file_path = path
end