Class Backup::Configuration::Notifier::Hipchat
In: lib/backup/configuration/notifier/hipchat.rb
Parent: Base

Attributes

failure_color  [RW]  Failure Color The background color of an error message. One of :yellow, :red, :green, :purple, or :random. (default: yellow)
from  [RW]  From Name that appears in Hipchat
notify_users  [RW]  Notify Users (bool) Notify users in the room
rooms_notified  [RW]  Rooms Rooms that you want to post notifications to
success_color  [RW]  Success Color The background color of a success message. One of :yellow, :red, :green, :purple, or :random. (default: yellow)
token  [RW]  Hipchat API Token The token to interact with Hipchat
warning_color  [RW]  Warning Color The background color of a success message. One of :yellow, :red, :green, :purple, or :random. (default: yellow)

[Validate]