Module: Telnyx::Models::Dir::CommentType

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/dir/comment_type.rb,
sig/telnyx/models/dir/comment_type.rbs

Overview

Comment categorisation. Customers post customer_inquiry. The Telnyx team posts vetting_comment, rejection_reason, notification, status_update, or admin_response. internal_note is filtered out of customer-visible responses.

Constant Summary collapse

VETTING_COMMENT =

Returns:

  • (:vetting_comment)
:vetting_comment
REJECTION_REASON =

Returns:

  • (:rejection_reason)
:rejection_reason
INTERNAL_NOTE =

Returns:

  • (:internal_note)
:internal_note
NOTIFICATION =

Returns:

  • (:notification)
:notification
STATUS_UPDATE =

Returns:

  • (:status_update)
:status_update
CUSTOMER_INQUIRY =

Returns:

  • (:customer_inquiry)
:customer_inquiry
ADMIN_RESPONSE =

Returns:

  • (:admin_response)
:admin_response

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/telnyx/models/dir/comment_type.rb', line 20

Instance Method Details

#self?.values::Array[Telnyx::Models::Dir::comment_type]

Returns:

  • (::Array[Telnyx::Models::Dir::comment_type])


24
# File 'sig/telnyx/models/dir/comment_type.rbs', line 24

def self?.values: -> ::Array[Telnyx::Models::Dir::comment_type]