Module: Telnyx::Models::FaxMediaProcessed::Data::Payload::Direction

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

Overview

The direction of the fax.

See Also:

  • Telnyx::Models::FaxMediaProcessed::Data::Payload#direction

Constant Summary collapse

INBOUND =

Returns:

  • (:inbound)
:inbound
OUTBOUND =

Returns:

  • (:outbound)
:outbound

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[Telnyx::Models::FaxMediaProcessed::Data::Payload::direction]

Returns:

  • (::Array[Telnyx::Models::FaxMediaProcessed::Data::Payload::direction])


187
# File 'sig/telnyx/models/fax_media_processed.rbs', line 187

def self?.values: -> ::Array[Telnyx::Models::FaxMediaProcessed::Data::Payload::direction]