Method: Janky::Build#room_name
- Defined in:
- lib/janky/build.rb
#room_name ⇒ Object
The name of the Campfire room where notifications are sent.
Returns the String room name.
216 217 218 219 220 |
# File 'lib/janky/build.rb', line 216 def room_name if room_id && !room_id.empty? ChatService.room_name(room_id) end end |