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'

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



176
177
178
# File 'lib/stbaldricks/entities/person.rb', line 176

def list
  @list
end