Class: Telnyx::Models::WhatsappContact::Org
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
163
|
# File 'sig/telnyx/models/whatsapp_contact.rbs', line 163
def initialize: (
|
Instance Attribute Details
#company ⇒ String?
117
|
# File 'lib/telnyx/models/whatsapp_contact.rb', line 117
optional :company, String
|
#department ⇒ String?
122
|
# File 'lib/telnyx/models/whatsapp_contact.rb', line 122
optional :department, String
|
#title ⇒ String?
127
|
# File 'lib/telnyx/models/whatsapp_contact.rb', line 127
optional :title, String
|
Instance Method Details
#to_hash ⇒ { company: String, department: String, title: String }
169
|
# File 'sig/telnyx/models/whatsapp_contact.rbs', line 169
def to_hash: -> { company: String, department: String, title: String }
|