module Hat::Patterns::Topic
Private Class Methods
included(base)
click to toggle source
# File lib/hat/patterns/topic.rb, line 19 def self.included(base) base.extend ClassMethods end
Private Instance Methods
exchange()
click to toggle source
# File lib/hat/patterns/topic.rb, line 15 def exchange @channel.topic('hat.topic') end