Module: Untied::Publisher::Bunny

Defined in:
lib/untied-publisher/bunny.rb,
lib/untied-publisher/bunny/producer.rb

Defined Under Namespace

Classes: Producer

Class Method Summary collapse

Class Method Details

.producerObject



10
11
12
# File 'lib/untied-publisher/bunny.rb', line 10

def self.producer
  Untied::Publisher::Bunny::Producer
end

.startObject



6
7
8
# File 'lib/untied-publisher/bunny.rb', line 6

def self.start
  # Nothing to do here
end