Class: ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person
Overview
Defined Under Namespace
Classes: CurrentRole, Education, Experience, Location, Name
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(city: nil, country: nil, country_code: nil, display_: nil, region: nil) ⇒ Object
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 237
|
Instance Attribute Details
#avatar_url ⇒ String?
97
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 97
optional :avatar_url, String
|
#bio ⇒ String?
102
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 102
optional :bio, String
|
107
108
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 107
optional :current_role,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole }
|
70
71
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 70
required :education,
-> { ContextDev::Internal::Type::ArrayOf[ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Education] }
|
#email ⇒ String?
113
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 113
optional :email, String
|
76
77
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 76
required :experience,
-> { ContextDev::Internal::Type::ArrayOf[ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience] }
|
118
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 118
optional :location, -> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Location }
|
123
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 123
optional :name, -> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Name }
|
#skills ⇒ Array<String>
82
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 82
required :skills, ContextDev::Internal::Type::ArrayOf[String]
|
#social_urls ⇒ Array<String>
87
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 87
required :social_urls, ContextDev::Internal::Type::ArrayOf[String]
|
#website_urls ⇒ Array<String>
92
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 92
required :website_urls, ContextDev::Internal::Type::ArrayOf[String]
|
Instance Method Details
#to_hash ⇒ {
131
|
# File 'sig/context_dev/models/person_enrich_response.rbs', line 131
def to_hash: -> {
|