Method: Codebot::Integration#channels

Defined in:
lib/codebot/integration.rb

#channelsArray<Channel> (readonly)

Returns the channels notifications will be delivered to.

Returns:

  • (Array<Channel>)

    the channels notifications will be delivered to



25
26
27
# File 'lib/codebot/integration.rb', line 25

def channels
  @channels
end