gmail v0.1.20 Gmail.Utils

General helper functions.

Link to this section Summary

Functions

Converts a map with string keys to a map with atom keys

Camelizes a string (with the first letter in lower case)

Loads the config value for a specified subject and key

Link to this section Functions

Link to this function atomise_key(arg, map)
Link to this function atomise_keys(map)
atomise_keys(any()) :: map()

Converts a map with string keys to a map with atom keys

Camelizes a string (with the first letter in lower case)

Link to this function load_config(subject)
load_config(atom()) :: list()
Link to this function load_config(subject, key)
load_config(atom(), atom()) :: any()
Link to this function load_config(subject, key, default)
load_config(atom(), atom(), any()) :: any()

Loads the config value for a specified subject and key.