Class: MergeATSClient::RaceEnum
- Inherits:
-
Object
- Object
- MergeATSClient::RaceEnum
- Defined in:
- lib/merge_ats_client/models/race_enum.rb
Constant Summary collapse
- AMERICAN_INDIAN_OR_ALASKAN_NATIVE =
"AMERICAN_INDIAN_OR_ALASKAN_NATIVE".freeze
- ASIAN =
"ASIAN".freeze
- BLACK_OR_AFRICAN_AMERICAN =
"BLACK_OR_AFRICAN_AMERICAN".freeze
- HISPANIC_OR_LATINO =
"HISPANIC_OR_LATINO".freeze
- WHITE =
"WHITE".freeze
- NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER =
"NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER".freeze
- TWO_OR_MORE_RACES =
"TWO_OR_MORE_RACES".freeze
- DECLINE_TO_SELF_IDENTIFY =
"DECLINE_TO_SELF_IDENTIFY".freeze
Class Method Summary collapse
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Instance Method Summary collapse
-
#build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.build_from_hash(value) ⇒ String
Builds the enum from string
30 31 32 |
# File 'lib/merge_ats_client/models/race_enum.rb', line 30 def self.build_from_hash(value) new.build_from_hash(value) end |
Instance Method Details
#build_from_hash(value) ⇒ String
Builds the enum from string
37 38 39 |
# File 'lib/merge_ats_client/models/race_enum.rb', line 37 def build_from_hash(value) value end |