Sha256: c96da5c969c38faf56e8f3ccffb9f3faac0f50c58b8c091fa3c942a2dbfe6736
Contents?: true
Size: 502 Bytes
Versions: 22
Compression:
Stored size: 502 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # HRISBenefitValue - The type of the benefit class HRISBenefitValue < T::Enum enums do RETIREMENT_SAVINGS = new('retirement_savings') HEALTH_SAVINGS = new('health_savings') OTHER = new('other') HEALTH_INSURANCE = new('health_insurance') INSURANCE = new('insurance') end end end end
Version data entries
22 entries across 22 versions & 1 rubygems