Class: VitableConnect::Models::MemberListQualifyingLifeEventsResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- VitableConnect::Models::MemberListQualifyingLifeEventsResponse
- Defined in:
- lib/vitable_connect/models/member_list_qualifying_life_events_response.rb,
sig/vitable_connect/models/member_list_qualifying_life_events_response.rbs
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#event_type ⇒ Symbol, VitableConnect::Models::MemberListQualifyingLifeEventsResponse::EventType
Married- Married -Divorced- Divorced -New child- New Child -Court ordered- Court Ordered -Other- Other.
-
#id ⇒ String
Opaque qualifying life event identifier.
-
#other_event ⇒ String?
Custom event description when event_type is Other; otherwise normally null.
-
#status ⇒ Symbol, VitableConnect::Models::MemberListQualifyingLifeEventsResponse::Status
pending- Pending -approved- Approved -denied- Denied.
-
#submitted_at ⇒ Time
When the member submitted the event.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id:, event_type:, other_event:, status:, submitted_at:) ⇒ Object
constructor
Some parameter documentations has been truncated, see MemberListQualifyingLifeEventsResponse for more details.
- #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(id:, event_type:, other_event:, status:, submitted_at:) ⇒ Object
Some parameter documentations has been truncated, see VitableConnect::Models::MemberListQualifyingLifeEventsResponse for more details.
|
|
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 44
|
Instance Attribute Details
#event_type ⇒ Symbol, VitableConnect::Models::MemberListQualifyingLifeEventsResponse::EventType
Married- MarriedDivorced- DivorcedNew child- New ChildCourt ordered- Court OrderedOther- Other
21 22 |
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 21 required :event_type, enum: -> { VitableConnect::Models::MemberListQualifyingLifeEventsResponse::EventType } |
#id ⇒ String
Opaque qualifying life event identifier
11 |
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 11 required :id, String |
#other_event ⇒ String?
Custom event description when event_type is Other; otherwise normally null
28 |
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 28 required :other_event, String, nil?: true |
#status ⇒ Symbol, VitableConnect::Models::MemberListQualifyingLifeEventsResponse::Status
pending- Pendingapproved- Approveddenied- Denied
36 |
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 36 required :status, enum: -> { VitableConnect::Models::MemberListQualifyingLifeEventsResponse::Status } |
#submitted_at ⇒ Time
When the member submitted the event
42 |
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 42 required :submitted_at, Time |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/vitable_connect/models/member_list_qualifying_life_events_response.rb', line 75
|
Instance Method Details
#to_hash ⇒ {
31 |
# File 'sig/vitable_connect/models/member_list_qualifying_life_events_response.rbs', line 31
def to_hash: -> {
|