Module: FinchAPI::Models::EmploymentEvent::EventType

Extended by:
Internal::Type::Enum
Defined in:
lib/finch_api/models/employment_event.rb

Constant Summary collapse

EMPLOYMENT_CREATED =
:"employment.created"
EMPLOYMENT_UPDATED =
:"employment.updated"
EMPLOYMENT_DELETED =
:"employment.deleted"

Class Method Summary collapse

Methods included from Internal::Type::Enum

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

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/finch_api/models/employment_event.rb', line 38