Module: Sentdm::Models::Profiles::MessagingUseCaseUs

Extended by:
Internal::Type::Enum
Defined in:
lib/sentdm/models/profiles/messaging_use_case_us.rb

Constant Summary collapse

MARKETING =
:MARKETING
ACCOUNT_NOTIFICATION =
:ACCOUNT_NOTIFICATION
CUSTOMER_CARE =
:CUSTOMER_CARE
FRAUD_ALERT =
:FRAUD_ALERT
TWO_FA =
:TWO_FA
DELIVERY_NOTIFICATION =
:DELIVERY_NOTIFICATION
SECURITY_ALERT =
:SECURITY_ALERT
M2_M =
:M2M
MIXED =
:MIXED
HIGHER_EDUCATION =
:HIGHER_EDUCATION
POLLING_VOTING =
:POLLING_VOTING
PUBLIC_SERVICE_ANNOUNCEMENT =
:PUBLIC_SERVICE_ANNOUNCEMENT
LOW_VOLUME =
:LOW_VOLUME

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/sentdm/models/profiles/messaging_use_case_us.rb', line 23