Class: Cany::Recipes::Sidekiq::DSL

Inherits:
Cany::Recipe::DSL show all
Defined in:
lib/cany/recipes/sidekiq.rb

Instance Method Summary collapse

Methods inherited from Cany::Recipe::DSL

#after, #around, #before, delegate, #exec, #initialize

Constructor Details

This class inherits a constructor from Cany::Recipe::DSL

Instance Method Details

#queue(name) ⇒ Object



32
33
34
# File 'lib/cany/recipes/sidekiq.rb', line 32

def queue(name)
  @recipe.queues << name
end