# File riceproperties.rb, line 46 def initialize # Customize here @url_base = '/syndicator' super('icestandard.org', 'ICE Test Syndicator', DEFAULT_HOST, DEFAULT_PORT, "#{@url_base}/listener.rhtml") @baseURL = "http://#{@host}:#{@port}#{@url_base}" @uuid = 'ICE-Test-Syndicator-Sender-ID' @storeFileName = "#{TEMPDIR}/ice_syndicator.store" end