Sha256: bf0b556e391620aae19c777a5ea3f96e98ae91e345484de298ada214fee9611a

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # JobPostingSchemasValue - The type of the employment.
    class JobPostingSchemasValue < 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

Version Path
stackone_client-0.2.37 lib/stack_one/models/shared/jobposting_schemas_value.rb
stackone_client-0.2.36 lib/stack_one/models/shared/jobposting_schemas_value.rb
stackone_client-0.2.35 lib/stack_one/models/shared/jobposting_schemas_value.rb
stackone_client-0.2.34 lib/stack_one/models/shared/jobposting_schemas_value.rb