Class: ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience
Defined Under Namespace
Classes: EndDate, Organization, 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 343
|
Instance Attribute Details
#description ⇒ String?
319
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 319
optional :description, String
|
324
325
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 324
optional :end_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience::EndDate }
|
#is_current ⇒ Boolean?
330
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 330
optional :is_current, ContextDev::Internal::Type::Boolean
|
#location ⇒ String?
335
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 335
optional :location, String
|
308
309
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 308
required :organization,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience::Organization }
|
340
341
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 340
optional :start_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience::StartDate }
|
#title ⇒ String
314
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 314
required :title, String
|
Instance Method Details
#to_hash ⇒ {
340
|
# File 'sig/context_dev/models/person_enrich_response.rbs', line 340
def to_hash: -> {
|