Module: SBF::Client::Person::HowAffected::FamilyRelationship
- Defined in:
- lib/stbaldricks/entities/person.rb
Constant Summary collapse
- NONE =
'None'- MOTHER =
'Mother'- FATHER =
'Father'- SISTER =
'Sister'- BROTHER =
'Brother'- AUNT =
'Aunt'- UNCLE =
'Uncle'- GRANDMOTHER =
'Grandmother'- GRANDFATHER =
'Grandfather'- STEP_MOTHER =
'Step-Mother'- STEP_FATHER =
'Step-Father'- LEGAL_GUARDIAN =
'Legal-Guardian'
Class Attribute Summary collapse
-
.list ⇒ Object
readonly
Returns the value of attribute list.
Class Attribute Details
.list ⇒ Object (readonly)
Returns the value of attribute list.
176 177 178 |
# File 'lib/stbaldricks/entities/person.rb', line 176 def list @list end |