Method: MagentWeb::MongoHelper#queue_path

Defined in:
lib/magent_web/mongo_helper.rb

#queue_path(queue) ⇒ Object



88
89
90
91
92
# File 'lib/magent_web/mongo_helper.rb', line 88

def queue_path(queue)
  queue = queue.name if !queue.kind_of?(String)

  "#{ENV["MAGENT_WEB_PATH"]}/queues/#{queue}"
end