Class: Bunny::RecordedEntity Abstract
- Inherits:
-
Object
- Object
- Bunny::RecordedEntity
- Defined in:
- lib/bunny/topology_registry.rb
Overview
This class is abstract.
Direct Known Subclasses
Instance Attribute Summary collapse
- #channel ⇒ Bunny::Channel readonly
Instance Method Summary collapse
-
#initialize(ch) ⇒ RecordedEntity
constructor
A new instance of RecordedEntity.
Constructor Details
#initialize(ch) ⇒ RecordedEntity
Returns a new instance of RecordedEntity.
448 449 450 |
# File 'lib/bunny/topology_registry.rb', line 448 def initialize(ch) @channel = ch end |
Instance Attribute Details
#channel ⇒ Bunny::Channel (readonly)
445 446 447 |
# File 'lib/bunny/topology_registry.rb', line 445 def channel @channel end |