Sha256: a3d0b3fa92cd28e84c0417ae6d75203d79d29604326b4d2168bca31a3a70f65f
Contents?: true
Size: 967 Bytes
Versions: 4
Compression:
Stored size: 967 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # EmployeeSchemasEmploymentTypeValue - The type of the employment. class EmployeeSchemasEmploymentTypeValue < T::Enum enums do CONTRACTOR = new('contractor') INTERN = new('intern') PERMANENT = new('permanent') APPRENTICE = new('apprentice') FREELANCE = new('freelance') TERMINATED = new('terminated') TEMPORARY = new('temporary') SEASONAL = new('seasonal') VOLUNTEER = new('volunteer') PROBATION = new('probation') INTERNAL = new('internal') EXTERNAL = new('external') EXPATRIATE = new('expatriate') EMPLOYER_OF_RECORD = new('employer_of_record') CASUAL = new('casual') PROGRAMME = new('Programme') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems