Sha256: 4e7bdbe142eeebe889619a604f4913ae2f859f68a1c6aa2ee64464bb3643ea24
Contents?: true
Size: 531 Bytes
Versions: 23
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 # RejectedReasonValue - The type of the rejected reason. class RejectedReasonValue < T::Enum enums do REJECTED_BY_CANDIDATE = new('rejected_by_candidate') REJECTED_BY_ORGANIZATION = new('rejected_by_organization') OTHER = new('other') UNKNOWN = new('unknown') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems