module Gemometer
www.hipchat.com/docs/apiv2/method/send_room_notification
Constants
- VERSION
Public Class Methods
notifiers()
click to toggle source
# File lib/gemometer.rb, line 14 def self.notifiers @notifiers ||= (Notifiers.constants - [:Base]).map{ |n| n.to_s.downcase } end