Class: Q::Methods::QueueBuild
- Inherits:
-
Object
- Object
- Q::Methods::QueueBuild
- 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(={}, &job) Q.queue::QueueBuild.call(, &job) end |