class MergeATSClient::RaceEnum
Constants
- AMERICAN_INDIAN_OR_ALASKAN_NATIVE
- ASIAN
- BLACK_OR_AFRICAN_AMERICAN
- DECLINE_TO_SELF_IDENTIFY
- HISPANIC_OR_LATINO
- NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER
- TWO_OR_MORE_RACES
- WHITE
Public Class Methods
build_from_hash(value)
click to toggle source
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
# File lib/merge_ats_client/models/race_enum.rb, line 30 def self.build_from_hash(value) new.build_from_hash(value) end
Public Instance Methods
build_from_hash(value)
click to toggle source
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
# File lib/merge_ats_client/models/race_enum.rb, line 37 def build_from_hash(value) value end