Module: Telnyx::Models::InboundMessage::Direction

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

Constant Summary collapse

INBOUND =

Returns:

  • (:inbound)
:inbound

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

#initialize(direction: nil, status: nil) ⇒ Object

Parameters:



20
21
22
23
24
25
26
27
# File 'lib/telnyx/models/inbound_message.rb', line 20

module Direction
  extend Telnyx::Internal::Type::Enum

  INBOUND = :inbound

  # @!method self.values
  #   @return [Array<Symbol>]
end

#self?.values::Array[Telnyx::Models::InboundMessage::direction]

Returns:

  • (::Array[Telnyx::Models::InboundMessage::direction])


39
# File 'sig/telnyx/models/inbound_message.rbs', line 39

def self?.values: -> ::Array[Telnyx::Models::InboundMessage::direction]