Class: Q::Methods::QueueBuild

Inherits:
Object
  • Object
show all
Defined in:
lib/q/methods.rb

Class Method Summary collapse

Class Method Details

.call(options = {}, &job) ⇒ Object



18
19
20
# File 'lib/q/methods.rb', line 18

def self.call(options={}, &job)
  Q.queue::QueueBuild.call(options, &job)
end