
samples.singletons.call.pec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
The newest version!
define Configuration as singleton with attributes login and password, and methods:
define readFromResource as method doing:
// can't read file from a browser, but you get it
login = "prompto-login"
password = "xYz3!?th22"
define main as method doing:
with Configuration, do:
readFromResource
printLine "login -> " + Configuration.login
© 2015 - 2025 Weber Informatics LLC | Privacy Policy