Deputy.Constants.Gender (Deputy v0.4.1)

Copy Markdown View Source

Integer codes for the intGender field used in employee creation.

Examples

iex> Deputy.Constants.Gender.male()
1

iex> Deputy.Constants.Gender.female()
2

iex> Deputy.Constants.Gender.unspecified()
3

Summary

Functions

Female (intGender: 2)

Male (intGender: 1)

Not specified (intGender: 3)

Functions

female()

Female (intGender: 2)

male()

Male (intGender: 1)

unspecified()

Not specified (intGender: 3)