Sha256: 050f7309005ba4c64fcd58ee68f8fcfc6fa74fef348d2f0d08c4e459604738a0
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
# this method loads the on screen variables into the running class def loadrwdscheduleconfigurationvariables tmpfilename = "#{RwdScheduleName}.cnf" configfiletoload = File.join(ConfigurationDir, tmpfilename ) begin load configfiletoload @extraschconfigdatadisplay = "" @newschconfigurationresult = "Config Variables loaded" rescue @extraschconfigdatadisplay = "" @newschconfigurationresult = "loading error" end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
bigtinker-0.98 | code/superant.com.schedule/loadconfigurationvariables.rb |
rwdschedule-0.07 | code/superant.com.schedule/loadconfigurationvariables.rb |