The background color of an error message. One of :yellow, :red, :green, :purple, or :random. (default: yellow)
# File lib/backup/notifier/hipchat.rb, line 40 def initialize(model, &block) super(model) @notify_users ||= false @rooms_notified ||= [] @success_color ||= 'yellow' @warning_color ||= 'yellow' @failure_color ||= 'yellow' instance_eval(&block) if block_given? end
Generated with the Darkfish Rdoc Generator 2.