Class: ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole
Overview
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 396
|
Instance Attribute Details
#description ⇒ String?
372
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 372
optional :description, String
|
377
378
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 377
optional :end_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole::EndDate }
|
#is_current ⇒ Boolean?
383
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 383
optional :is_current, ContextDev::Internal::Type::Boolean
|
#location ⇒ String?
388
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 388
optional :location, String
|
361
362
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 361
required :organization,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole::Organization }
|
393
394
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 393
optional :start_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole::StartDate }
|
#title ⇒ String
367
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 367
required :title, String
|
Instance Method Details
#to_hash ⇒ {
428
|
# File 'sig/context_dev/models/person_enrich_response.rbs', line 428
def to_hash: -> {
|