Module: Candid::Individual::Types::Gender

Extended by:
Candid::Internal::Types::Enum
Defined in:
lib/candid/individual/types/gender.rb

Constant Summary collapse

MALE =
"male"
FEMALE =
"female"
OTHER =
"other"
NOT_GIVEN =
"not_given"
UNKNOWN =
"unknown"

Method Summary

Methods included from Candid::Internal::Types::Enum

coerce, finalize!, inspect, strict!, strict?, values

Methods included from Candid::Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Candid::Internal::JSON::Serializable

#dump, #load