Class: Harmoniser::Channel
- Inherits:
-
Object
- Object
- Harmoniser::Channel
- Extended by:
- Forwardable
- Defined in:
- lib/harmoniser/channel.rb
Instance Attribute Summary collapse
-
#bunny_channel ⇒ Object
readonly
Returns the value of attribute bunny_channel.
Instance Method Summary collapse
-
#initialize(bunny_channel) ⇒ Channel
constructor
A new instance of Channel.
Constructor Details
#initialize(bunny_channel) ⇒ Channel
14 15 16 17 |
# File 'lib/harmoniser/channel.rb', line 14 def initialize(bunny_channel) @bunny_channel = bunny_channel after_initialize end |
Instance Attribute Details
#bunny_channel ⇒ Object (readonly)
Returns the value of attribute bunny_channel.
12 13 14 |
# File 'lib/harmoniser/channel.rb', line 12 def bunny_channel @bunny_channel end |