Sha256: bb1e33e1a6042223ba2ca4c8a9e9f3cff1ea0e88d5ef4c200284436ca07d39fc
Contents?: true
Size: 423 Bytes
Versions: 13
Compression:
Stored size: 423 Bytes
Contents
# this method loads the on screen variables into the running class def loadrwdscheduleconfigurationvariables configfiletoload = File.join(ConfigurationDir,"rwdschedule.cnf") begin load configfiletoload @extraschconfigdatadisplay = "" @newschconfigurationresult = "Config Variables loaded" rescue @extraschconfigdatadisplay = "" @newschconfigurationresult = "loading error" end end
Version data entries
13 entries across 13 versions & 2 rubygems