Class: Bunny::RecordedEntity Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/bunny/topology_registry.rb

Overview

This class is abstract.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ch) ⇒ RecordedEntity



450
451
452
# File 'lib/bunny/topology_registry.rb', line 450

def initialize(ch)
  @channel = ch
end

Instance Attribute Details

#channelBunny::Channel (readonly)



447
448
449
# File 'lib/bunny/topology_registry.rb', line 447

def channel
  @channel
end