Module: Zavudev::Models::Invitation::ConnectionType

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

Overview

How the client connects WhatsApp: whatsapp_waba (official Cloud API via embedded signup) or whatsapp_alt (QR-linked).

See Also:

  • Zavudev::Models::Invitation#connection_type

Constant Summary collapse

WHATSAPP_WABA =

Returns:

  • (:whatsapp_waba)
:whatsapp_waba
WHATSAPP_ALT =

Returns:

  • (:whatsapp_alt)
:whatsapp_alt

Class Method Summary collapse

Instance 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/zavudev/models/invitation.rb', line 156

Instance Method Details

#self?.values::Array[Zavudev::Models::Invitation::connection_type]

Returns:

  • (::Array[Zavudev::Models::Invitation::connection_type])


120
# File 'sig/zavudev/models/invitation.rbs', line 120

def self?.values: -> ::Array[Zavudev::Models::Invitation::connection_type]