# File lib/god/contacts/campfire.rb, line 26
    def base_url
      scheme = @options[:ssl] ? 'https' : 'http'
      subdomain = @options[:subdomain]
      "#{scheme}://#{subdomain}.campfirenow.com"
    end