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