# File lib/exception_notifier/campfire_notifier.rb, line 8 def initialize(options) begin subdomain = options.delete(:subdomain) room_name = options.delete(:room_name) @campfire = Tinder::Campfire.new subdomain, options @room = @campfire.find_room_by_name room_name rescue @campfire = @room = nil end end
Generated with the Darkfish Rdoc Generator 2.