Class: Schemas::Common_types::GenderType

Inherits:
String
  • Object
show all
Defined in:
lib/bluevia/schemas/common_types.rb

Overview

Constant Summary collapse

Female =
GenderType.new("female")
Male =
GenderType.new("male")