Module: CampfireBot::AbsenteeCamper::Helpers
- Included in:
- Notification::EmailNotifier, Notification::ProwlNotifier
- Defined in:
- lib/campfire_bot/absentee_camper.rb
Instance Method Summary collapse
Instance Method Details
#room_uri(room) ⇒ Object
51 52 53 |
# File 'lib/campfire_bot/absentee_camper.rb', line 51 def room_uri(room) "https://#{root_config['site']}.campfirenow.com/room/#{room.id}" end |