Module: FinchAPI::Models::HRIS::EmploymentData::EmploymentStatus

Extended by:
Type::Enum
Defined in:
lib/finch-api/models/hris/employment_data.rb

Overview

The detailed employment status of the individual. Available options: ‘active`,

`deceased`, `leave`, `onboarding`, `prehire`, `retired`, `terminated`.

Constant Summary collapse

ACTIVE =
:active
DECEASED =
:deceased
LEAVE =
:leave
ONBOARDING =
:onboarding
PREHIRE =
:prehire
RETIRED =
:retired
TERMINATED =
:terminated

Method Summary

Methods included from Type::Enum

==, ===, coerce, dump, values

Methods included from Type::Converter

#coerce, coerce, #dump, dump, type_info