Class: Revox::Models::CallCreateResponse::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_create_response.rb', line 2378
|
Instance Attribute Details
#created_at ⇒ Object
2351
|
# File 'lib/revox/models/call_create_response.rb', line 2351
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
2345
|
# File 'lib/revox/models/call_create_response.rb', line 2345
required :id, String
|
#message_body ⇒ String
2356
|
# File 'lib/revox/models/call_create_response.rb', line 2356
required :message_body, String
|
2361
|
# File 'lib/revox/models/call_create_response.rb', line 2361
required :provider, enum: -> { Revox::Models::CallCreateResponse::Call::CallAttempt::SMSLog::Provider }
|
#provider_message_id ⇒ String?
2366
|
# File 'lib/revox/models/call_create_response.rb', line 2366
required :provider_message_id, String, nil?: true
|
#to_phone_number ⇒ String
2371
|
# File 'lib/revox/models/call_create_response.rb', line 2371
required :to_phone_number, String
|
2376
|
# File 'lib/revox/models/call_create_response.rb', line 2376
required :type, enum: -> { Revox::Models::CallCreateResponse::Call::CallAttempt::SMSLog::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/call_create_response.rb', line 2400
|
Instance Method Details
#to_hash ⇒ {
1899
|
# File 'sig/revox/models/call_create_response.rbs', line 1899
def to_hash: -> {
|