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

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

Constant Summary collapse

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

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



247
248
249
# File 'lib/stbaldricks/entities/person.rb', line 247

def list
  @list
end