Sha256: f81ceb2a4914000b10d5351510af607d2274ed7938e2c3c39297369772496f22
Contents?: true
Size: 409 Bytes
Versions: 5
Compression:
Stored size: 409 Bytes
Contents
# this method loads the on screen variables into the running class def loadrwdaddressesconfigurationvariables configfiletoload = File.join(ConfigurationDir,"rwdaddresses.cnf") begin load configfiletoload @extraadconfigdatadisplay = "" @newadconfigurationresult = "Config Variables loaded" rescue @extraadconfigdatadisplay = "" @newadconfigurationresult = "loading error" end end
Version data entries
5 entries across 5 versions & 2 rubygems