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 456
|
Instance Attribute Details
#description ⇒ String?
432
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 432
optional :description, String
|
437
438
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 437
optional :end_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole::EndDate }
|
#is_current ⇒ Boolean?
443
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 443
optional :is_current, ContextDev::Internal::Type::Boolean
|
#location ⇒ String?
448
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 448
optional :location, String
|
421
422
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 421
required :organization,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole::Organization }
|
453
454
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 453
optional :start_date,
-> { ContextDev::Models::PersonEnrichResponse::Match::Candidate::Person::CurrentRole::StartDate }
|
#title ⇒ String
427
|
# File 'lib/context_dev/models/person_enrich_response.rb', line 427
required :title, String
|
Instance Method Details
#to_hash ⇒ {
459
|
# File 'sig/context_dev/models/person_enrich_response.rbs', line 459
def to_hash: -> {
|