Class: ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Education
Defined Under Namespace
Classes: EndDate, Institution, StartDate
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(year:, day: nil, month: nil) ⇒ Object
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 232
|
Instance Attribute Details
#degree ⇒ String?
208
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 208
optional :degree, String
|
#description ⇒ String?
213
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 213
optional :description, String
|
218
219
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 218
optional :end_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Education::EndDate }
|
#field_of_study ⇒ String?
224
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 224
optional :field_of_study, String
|
202
203
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 202
required :institution,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Education::Institution }
|
229
230
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 229
optional :start_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Education::StartDate }
|
Instance Method Details
#to_hash ⇒ {
222
|
# File 'sig/context_dev/models/person_enrich_response.rbs', line 222
def to_hash: -> {
|