Sha256: dd18aee998aebc71faf48996c2ded3006b03c6a4a8f43b326ae1792745d0449a

Contents?: true

Size: 531 Bytes

Versions: 4

Compression:

Stored size: 531 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # InterviewValue - The status of the interview.
    class InterviewValue < T::Enum
      enums do
        UNSCHEDULED = new('unscheduled')
        SCHEDULED = new('scheduled')
        COMPLETED = new('completed')
        CANCELLED = new('cancelled')
        PENDING_FEEDBACK = new('pending_feedback')
        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/interview_value.rb
stackone_client-0.2.36 lib/stack_one/models/shared/interview_value.rb
stackone_client-0.2.35 lib/stack_one/models/shared/interview_value.rb
stackone_client-0.2.34 lib/stack_one/models/shared/interview_value.rb