Class: Revox::Models::CallRetrieveResponse::Call::CallAttempt::SMSLog
Defined Under Namespace
Modules: Provider, Type
Instance Attribute Summary collapse
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(id:, created_at:, message_body:, provider:, provider_message_id:, to_phone_number:, type:) ⇒ Object
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2382
|
Instance Attribute Details
#created_at ⇒ Object
2355
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2355
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
2349
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2349
required :id, String
|
#message_body ⇒ String
2360
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2360
required :message_body, String
|
2365
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2365
required :provider, enum: -> { Revox::Models::CallRetrieveResponse::Call::CallAttempt::SMSLog::Provider }
|
#provider_message_id ⇒ String?
2370
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2370
required :provider_message_id, String, nil?: true
|
#to_phone_number ⇒ String
2375
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2375
required :to_phone_number, String
|
2380
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2380
required :type, enum: -> { Revox::Models::CallRetrieveResponse::Call::CallAttempt::SMSLog::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2404
|
Instance Method Details
#to_hash ⇒ {
1899
|
# File 'sig/revox/models/call_retrieve_response.rbs', line 1899
def to_hash: -> {
|