Module: SBF::Client::Person::Occupation::EducatorType
- Defined in:
- lib/stbaldricks/entities/person.rb
Constant Summary collapse
- PRESCHOOL =
'Preschool'- ELEMENTARY_SCHOOL =
'Elementary School'- MIDDLE_SCHOOL =
'Middle School'- HIGH_SCHOOL =
'High School'- COLLEGE =
'College'
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.
259 260 261 |
# File 'lib/stbaldricks/entities/person.rb', line 259 def list @list end |