Class: Telnyx::Models::EmailValidationCreateResponse::Data::Checks
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/telnyx/models/email_validation_create_response.rb,
sig/telnyx/models/email_validation_create_response.rbs
Overview
Defined Under Namespace
Classes: Typo
Instance Attribute 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(disposable:, mx:, role_based:, syntax:, typo:) ⇒ Object
|
# File 'lib/telnyx/models/email_validation_create_response.rb', line 88
|
Instance Attribute Details
66
|
# File 'lib/telnyx/models/email_validation_create_response.rb', line 66
required :disposable, -> { Telnyx::EmailValidationCheck }
|
71
|
# File 'lib/telnyx/models/email_validation_create_response.rb', line 71
required :mx, -> { Telnyx::EmailValidationCheck }
|
76
|
# File 'lib/telnyx/models/email_validation_create_response.rb', line 76
required :role_based, -> { Telnyx::EmailValidationCheck }
|
81
|
# File 'lib/telnyx/models/email_validation_create_response.rb', line 81
required :syntax, -> { Telnyx::EmailValidationCheck }
|
86
|
# File 'lib/telnyx/models/email_validation_create_response.rb', line 86
required :typo, -> { Telnyx::Models::EmailValidationCreateResponse::Data::Checks::Typo }
|
Instance Method Details
#to_hash ⇒ {
88
|
# File 'sig/telnyx/models/email_validation_create_response.rbs', line 88
def to_hash: -> {
|