Class: Telnyx::Models::EmailDomain::Inbound
Overview
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 ⇒ Object
169
|
# File 'sig/telnyx/models/email_domain.rbs', line 169
def initialize: (
|
Instance Attribute Details
#catch_all ⇒ Boolean
200
|
# File 'lib/telnyx/models/email_domain.rb', line 200
required :catch_all, Telnyx::Internal::Type::Boolean
|
#enabled ⇒ Boolean
205
|
# File 'lib/telnyx/models/email_domain.rb', line 205
required :enabled, Telnyx::Internal::Type::Boolean
|
#mx_required ⇒ Boolean
210
|
# File 'lib/telnyx/models/email_domain.rb', line 210
required :mx_required, Telnyx::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ { catch_all: bool, enabled: bool, mx_required: bool }
175
|
# File 'sig/telnyx/models/email_domain.rbs', line 175
def to_hash: -> { catch_all: bool, enabled: bool, mx_required: bool }
|