Module: fields

Methods

(static) getFieldNames(hash) → {Array.<string>}

Parameters:
Name Type Description
hash object
Returns:

Member names from hash that do not begin with double-underscore.

Type
Array.<string>

(static) titleize(string) → {string}

Separates camel case or white-space-, hypen-, or underscore-separated-words into truly separate words and capitalizing the first letter of each.

Parameters:
Name Type Description
string
Returns:
Type
string