Module: ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRoleStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/context_dev/models/person_enrich_response.rb,
sig/context_dev/models/person_enrich_response.rbs

Overview

Whether the person's current role is known. present — current_role is populated. none — the work history explicitly shows every role has ended. unknown — our data sources could not confirm either way; treat a missing current_role as unverified rather than vacant.

See Also:

  • ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person#current_role_status

Constant Summary collapse

PRESENT =

Returns:

  • (:present)
:present
NONE =

Returns:

  • (:none)
:none
UNKNOWN =

Returns:

  • (:unknown)
:unknown

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::current_role_status]

Returns:

  • (::Array[ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::current_role_status])


173
# File 'sig/context_dev/models/person_enrich_response.rbs', line 173

def self?.values: -> ::Array[ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::current_role_status]