Sha256: 223dd23a723797614b22d69469d921c5ee009c4a8d2a69eaac4c9620b4bf4523

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # InterviewPartValue - The type of the interview.
    class InterviewPartValue < T::Enum
      enums do
        SCREENING = new('screening')
        LUNCH = new('lunch')
        ON_SITE = new('on_site')
        PRESENTATION = new('presentation')
        SELL = new('sell')
        CULTURE = new('culture')
        INFORMAL = new('informal')
        TEST = new('test')
        PHONE = new('phone')
        VIDEO = new('video')
        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/interviewpart_value.rb
stackone_client-0.2.36 lib/stack_one/models/shared/interviewpart_value.rb
stackone_client-0.2.35 lib/stack_one/models/shared/interviewpart_value.rb
stackone_client-0.2.34 lib/stack_one/models/shared/interviewpart_value.rb