Module: CampfireChat
- Defined in:
- lib/campfire_chat.rb,
lib/campfire_chat/checks.rb,
lib/campfire_chat/client.rb,
lib/campfire_chat/message.rb,
lib/campfire_chat/monitor.rb,
lib/campfire_chat/version.rb,
lib/campfire_chat/engineer.rb,
lib/campfire_chat/notification.rb,
lib/campfire_chat/configuration.rb,
lib/campfire_chat/notifier/growl.rb,
lib/campfire_chat/checks/pair_message.rb
Defined Under Namespace
Modules: Checks, Notifier Classes: Client, Configuration, Engineer, Message, Monitor, Notification
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
15 16 17 |
# File 'lib/campfire_chat.rb', line 15 def self.config @config ||= Configuration.build end |