Sha256: 7c8c2fc8520b6048c9e0db33968ba2fb911d46b2a7ffd04e9b866bc78c43796c
Contents?: true
Size: 532 Bytes
Versions: 4
Compression:
Stored size: 532 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
4 entries across 4 versions & 1 rubygems