Module: SBF::Client::Person::HowAffected::FamilyRelationship

Defined in:
lib/stbaldricks/entities/person.rb

Constant Summary collapse

NONE =
'None'.freeze
MOTHER =
'Mother'.freeze
FATHER =
'Father'.freeze
SISTER =
'Sister'.freeze
BROTHER =
'Brother'.freeze
AUNT =
'Aunt'.freeze
UNCLE =
'Uncle'.freeze
GRANDMOTHER =
'Grandmother'.freeze
GRANDFATHER =
'Grandfather'.freeze
STEP_MOTHER =
'Step-Mother'.freeze
STEP_FATHER =
'Step-Father'.freeze
'Legal-Guardian'.freeze

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



185
186
187
# File 'lib/stbaldricks/entities/person.rb', line 185

def list
  @list
end