class Q::Methods::QueueMethod
Public Class Methods
call(options = {})
click to toggle source
# File lib/q/methods.rb, line 24 def self.call(options = {}) Q.queue::QueueMethod.call(options) end
# File lib/q/methods.rb, line 24 def self.call(options = {}) Q.queue::QueueMethod.call(options) end