Module: SBF::Client::Person::Occupation::StudentType
- Defined in:
- lib/stbaldricks/entities/person.rb
Constant Summary collapse
- 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.
276 277 278 |
# File 'lib/stbaldricks/entities/person.rb', line 276 def list @list end |