Class: ContextDev::Models::BatchSubmitResponse::Person::Education::Dates
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BatchSubmitResponse::Person::Education::Dates
- Defined in:
- lib/context_dev/models/batch_submit_response.rb,
sig/context_dev/models/batch_submit_response.rbs
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#end_date ⇒ ContextDev::Models::BatchSubmitResponse::Person::Education::Dates::EndDate?
End date, when known.
-
#is_current ⇒ Boolean?
Whether the entry is current.
-
#start_date ⇒ ContextDev::Models::BatchSubmitResponse::Person::Education::Dates::StartDate?
Start date, when known.
Instance Method Summary collapse
-
#initialize(year:, day: nil, month: nil) ⇒ Object
constructor
End date, when known.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(year:, day: nil, month: nil) ⇒ Object
End date, when known.
|
|
# File 'lib/context_dev/models/batch_submit_response.rb', line 282
|
Instance Attribute Details
#end_date ⇒ ContextDev::Models::BatchSubmitResponse::Person::Education::Dates::EndDate?
End date, when known.
264 265 266 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 264 optional :end_date, -> { ContextDev::Models::BatchSubmitResponse::Person::Education::Dates::EndDate }, api_name: :endDate |
#is_current ⇒ Boolean?
Whether the entry is current.
272 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 272 optional :is_current, ContextDev::Internal::Type::Boolean, api_name: :isCurrent |
#start_date ⇒ ContextDev::Models::BatchSubmitResponse::Person::Education::Dates::StartDate?
Start date, when known.
278 279 280 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 278 optional :start_date, -> { ContextDev::Models::BatchSubmitResponse::Person::Education::Dates::StartDate }, api_name: :startDate |
Instance Method Details
#to_hash ⇒ {
253 |
# File 'sig/context_dev/models/batch_submit_response.rbs', line 253
def to_hash: -> {
|