Module: VitableConnect::Types::Gender

Extended by:
Internal::Types::Enum
Defined in:
lib/VitableConnect/types/gender.rb

Constant Summary collapse

MALE =
"Male"
FEMALE =
"Female"
TRANSGENDER =
"Transgender"
NON_BINARY =
"Non-binary"
PREFER_NOT_TO_RESPOND =
"Prefer not to respond"

Method Summary

Methods included from Internal::Types::Enum

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

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load