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 283
|
Instance Attribute Details
#description ⇒ String?
259
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 259
optional :description, String
|
264
265
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 264
optional :end_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience::EndDate }
|
#is_current ⇒ Boolean?
270
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 270
optional :is_current, ContextDev::Internal::Type::Boolean
|
#location ⇒ String?
275
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 275
optional :location, String
|
248
249
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 248
required :organization,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience::Organization }
|
280
281
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 280
optional :start_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::Experience::StartDate }
|
#title ⇒ String
254
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 254
required :title, String
|
Instance Method Details
#to_hash ⇒ {
309
|
# File 'sig/context_dev/models/person_enrich_response.rbs', line 309
def to_hash: -> {
|