campfire.rb

Path: lib/god/contacts/campfire.rb
Last Update: Thu Apr 18 23:46:48 +0000 2013

Send a notice to a Campfire room (campfirenow.com).

 subdomain - The String subdomain of the Campfire account. If your URL is
             "foo.campfirenow.com" then your subdomain is "foo".
 token     - The String token used for authentication.
 room      - The String room name to which the message should be sent.
 ssl       - A Boolean determining whether or not to use SSL
             (default: false).

Required files

net/http   net/https  

[Validate]