Sha256: a3628964868c8bff281970f6b1121af5c6f8c60a31162d5264017c653b5e3601

Contents?: true

Size: 456 Bytes

Versions: 3

Compression:

Stored size: 456 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # Status - The status of the candidates assessment.
    class Status < T::Enum
      enums do
        IN_PROGRESS = new('in_progress')
        PENDING = new('pending')
        COMPLETED = new('completed')
        REJECTED = new('rejected')
        EXPIRED = new('expired')
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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