analytics_3i v0.1.1 Analytics3i.Config View Source
Link to this section Summary
Functions
Same as get/3, but returns the result as an boolean. If the value cannot be converted to an boolean, the default is returned instead
Same as boolean/3, but when you have boolean values in the map
Fetches key from the default namespace config, and prepare it with get/3
Fetches key from the default namespace config, and prepare it with _prepare_map/3
Fetches a value from the config, or from the environment if {:system, “VAR”} is provided. An optional default value can be provided if desired
Same as get/3, but returns the result as an integer. If the value cannot be converted to an integer, the default is returned instead
Same as integer/3, but when you have integer values in the map
Same as get/3, but when you has map
Link to this section Functions
Same as get/3, but returns the result as an boolean. If the value cannot be converted to an boolean, the default is returned instead.
Same as boolean/3, but when you have boolean values in the map.
Fetches key from the default namespace config, and prepare it with get/3.
Fetches key from the default namespace config, and prepare it with _prepare_map/3.
Fetches a value from the config, or from the environment if {:system, “VAR”} is provided. An optional default value can be provided if desired.
Same as get/3, but returns the result as an integer. If the value cannot be converted to an integer, the default is returned instead.
Same as integer/3, but when you have integer values in the map.
Same as get/3, but when you has map.