Class: Telnyx::Models::InboundMessage
Defined Under Namespace
Modules: Direction, Status
Instance Attribute Summary collapse
#attachments, #bcc, #cc, #created_at, #from, #has_quoted_text, #headers, #html_body_url, #id, #in_reply_to, #inbox_id, #inline_files, #labels, #message_id, #read_at, #received_at, #record_type, #references, #reply_text, #reply_to, #sent_at, #subject, #text_body_url, #thread_id, #to, #updated_at
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
22
|
# File 'sig/telnyx/models/inbound_message.rbs', line 22
def initialize: (
|
Instance Attribute Details
#direction ⇒ Symbol, ...
9
|
# File 'lib/telnyx/models/inbound_message.rb', line 9
optional :direction, enum: -> { Telnyx::InboundMessage::Direction }
|
#status ⇒ Symbol, ...
14
|
# File 'lib/telnyx/models/inbound_message.rb', line 14
optional :status, enum: -> { Telnyx::InboundMessage::Status }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/inbound_message.rb', line 25
|
Instance Method Details
#to_hash ⇒ {
27
|
# File 'sig/telnyx/models/inbound_message.rbs', line 27
def to_hash: -> {
|