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
Integer codes for the intGender field used in employee creation.
iex> Deputy.Constants.Gender.male()
1
iex> Deputy.Constants.Gender.female()
2
iex> Deputy.Constants.Gender.unspecified()
3