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
-
.list ⇒ Object
readonly
Returns the value of attribute list.
Class Attribute Details
.list ⇒ Object (readonly)
Returns the value of attribute list.
239 240 241 |
# File 'lib/stbaldricks/entities/person.rb', line 239 def list @list end |