Module: Telnyx::Models::Dir::ReferenceUpdateParams::RefType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/dir/reference_update_params.rb,
sig/telnyx/models/dir/reference_update_params.rbs
Constant Summary collapse
- BUSINESS =
:business- FINANCIAL =
:financial
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(dir_id:, ref_type:, slot:, email: nil, full_name: nil, job_title: nil, organization: nil, phone_e164: nil, relationship_to_registrant: nil, timezone: nil, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[Telnyx::Models::Dir::ReferenceUpdateParams::ref_type]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/dir/reference_update_params.rb', line 97
|
Instance Method Details
#initialize(dir_id:, ref_type:, slot:, email: nil, full_name: nil, job_title: nil, organization: nil, phone_e164: nil, relationship_to_registrant: nil, timezone: nil, request_options: {}) ⇒ Object
91 92 93 94 95 96 97 98 99 |
# File 'lib/telnyx/models/dir/reference_update_params.rb', line 91 module RefType extend Telnyx::Internal::Type::Enum BUSINESS = :business FINANCIAL = :financial # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Telnyx::Models::Dir::ReferenceUpdateParams::ref_type]
87 |
# File 'sig/telnyx/models/dir/reference_update_params.rbs', line 87
def self?.values: -> ::Array[Telnyx::Models::Dir::ReferenceUpdateParams::ref_type]
|