confy v0.2.0 Confy.Provider.Process View Source
A Configuration Provider source based on the current process' Process Dictionary.
Link to this section Summary
Functions
By default, will try to use Process.get(YourModule)
to fetch the source's configuration.
A different key can be used by supplying a different key
argument.
Link to this section Functions
Link to this function
new(key \\ nil) View Source
By default, will try to use Process.get(YourModule)
to fetch the source's configuration.
A different key can be used by supplying a different key
argument.