class Atr::Registry

Attributes

channels[RW]

Public Class Methods

scoped_channels(routing_key) click to toggle source
# File lib/atr/registry.rb, line 11
def self.scoped_channels(routing_key)
  channels.map{ |channel| "#{routing_key}.#{channel}" }
end