Class: Harmoniser::Channel

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/harmoniser/channel.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_channelObject (readonly)

Returns the value of attribute bunny_channel.



12
13
14
# File 'lib/harmoniser/channel.rb', line 12

def bunny_channel
  @bunny_channel
end