class MergeHRISClient::BenefitPlanTypeEnum
Constants
- COMMUTER_PARKING
- COMMUTER_TRANSIT
- CUSTOM_TAXABLE
- DENTAL
- FSA_DEPENDENT_CARE
- FSA_MEDICAL
- HSA
- LIFE
- LONG_DISABILITY
- MEDICAL
- N401_K
- N401_K_LOAN_PAYMENT
- N403_B
- OTHER_NON_TAXABLE
- ROTH_401_K
- ROTH_403_B
- SARSEP
- SEP_IRA
- SHORT_DISABILITY
- SIMPLE_IRA
- STUDENT_LOAN
- VISION
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_hris_client/models/benefit_plan_type_enum.rb, line 44 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_hris_client/models/benefit_plan_type_enum.rb, line 51 def build_from_hash(value) constantValues = BenefitPlanTypeEnum.constants.select { |c| BenefitPlanTypeEnum::const_get(c) == value } value end