# File lib/god/contacts/campfire.rb, line 20
    def initialize(options)
      raise "Required option :subdomain not set." unless options[:subdomain]
      raise "Required option :token not set." unless options[:token]
      @options = options
    end