Method: Codebot::Integration#channels
- Defined in:
- lib/codebot/integration.rb
#channels ⇒ Array<Channel> (readonly)
Returns the channels notifications will be delivered to.
25 26 27 |
# File 'lib/codebot/integration.rb', line 25 def channels @channels end |