Module: SBF::Client::Person::Occupation::MilitaryBranchType

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

Constant Summary collapse

ARMY =
'Army'.freeze
'Navy'.freeze
AIR_FORCE =
'Air Force'.freeze
MARINES =
'Marines'.freeze
COAST_GUARD =
'Coast Guard'.freeze
NATIONAL_GUARD =
'National Guard'.freeze

Class Attribute Summary collapse

Class Attribute Details

.listObject (readonly)

Returns the value of attribute list.



306
307
308
# File 'lib/stbaldricks/entities/person.rb', line 306

def list
  @list
end