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)
Converts a map with string keys to a map with atom keys
Link to this function
camelize(str)
Camelizes a string (with the first letter in lower case)
Link to this function
load_config(subject, key, default)
Loads the config value for a specified subject and key.