Module: SBF::Client::Person::Occupation::Type

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

Constant Summary collapse

STUDENT =
'Student'
EDUCATOR =
'Educator'
PHYSICIAN =
'Physician'
NURSE =
'Nurse'
RESEARCHER =
'Researcher'
SOCIAL_WORKER =
'Social Worker'
OTHER_CARE_GIVER =
'Other Caregiver'
CHILDHOOD_HEALTH_ADVOCATE =
'Childhood Health Advocate'
FIREFIGHTER =
'Firefighter'
POLICE_OFFICER =
'Police Officer'
MILITARY =
'Military'
INSURANCE_INDUSTRIES =
'Insurance Industries'
BANKING_FINANCE =
'Banking & Finance'
SECURITIES_TRADING =
'Securities & Trading'
BARBER_COSMETOLOGIST =
'Barber or Cosmetologist'
OTHER =
'Other'

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



249
250
251
# File 'lib/stbaldricks/entities/person.rb', line 249

def list
  @list
end