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

Returns a new instance of RecordedEntity.

Parameters:



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

def initialize(ch)
  @channel = ch
end

Instance Attribute Details

#channelBunny::Channel (readonly)

Returns:



445
446
447
# File 'lib/bunny/topology_registry.rb', line 445

def channel
  @channel
end