Class: AMQP::Channel

Inherits:
Object
  • Object
show all
Defined in:
lib/omf_common/comm/amqp/amqp_communicator.rb

Instance Method Summary collapse

Instance Method Details

#exchangesObject



15
16
17
# File 'lib/omf_common/comm/amqp/amqp_communicator.rb', line 15

def exchanges
  @exchanges
end

#queuesObject



11
12
13
# File 'lib/omf_common/comm/amqp/amqp_communicator.rb', line 11

def queues
  @queues
end