Class: Revox::Models::CallSearchResponse::Call::Contact
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
2222
|
# File 'sig/revox/models/call_search_response.rbs', line 2222
def initialize: (
|
Instance Attribute Details
#company ⇒ String?
2736
|
# File 'lib/revox/models/call_search_response.rb', line 2736
required :company, String, nil?: true
|
#email ⇒ String?
2741
|
# File 'lib/revox/models/call_search_response.rb', line 2741
required :email, String, nil?: true
|
#first_name ⇒ String?
2746
|
# File 'lib/revox/models/call_search_response.rb', line 2746
required :first_name, String, nil?: true
|
#job_title ⇒ String?
2751
|
# File 'lib/revox/models/call_search_response.rb', line 2751
required :job_title, String, nil?: true
|
#last_name ⇒ String?
2756
|
# File 'lib/revox/models/call_search_response.rb', line 2756
required :last_name, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
2230
|
# File 'sig/revox/models/call_search_response.rbs', line 2230
def to_hash: -> {
|