Class: GovCodes::AFSC::Officer::Code
- Inherits:
-
Data
- Object
- Data
- GovCodes::AFSC::Officer::Code
- Defined in:
- lib/gov_codes/afsc/officer.rb
Instance Attribute Summary collapse
-
#acronym ⇒ Object
readonly
Returns the value of attribute acronym.
-
#career_group ⇒ Object
readonly
Returns the value of attribute career_group.
-
#effective_date ⇒ Object
readonly
Returns the value of attribute effective_date.
-
#functional_area ⇒ Object
readonly
Returns the value of attribute functional_area.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#qualification_level ⇒ Object
readonly
Returns the value of attribute qualification_level.
-
#qualification_level_name ⇒ Object
readonly
Returns the value of attribute qualification_level_name.
-
#qualification_level_number ⇒ Object
readonly
Returns the value of attribute qualification_level_number.
-
#shredout ⇒ Object
readonly
Returns the value of attribute shredout.
-
#shredout_name ⇒ Object
readonly
Returns the value of attribute shredout_name.
-
#specialty ⇒ Object
readonly
Returns the value of attribute specialty.
-
#specialty_name ⇒ Object
readonly
Returns the value of attribute specialty_name.
-
#specific_afsc ⇒ Object
readonly
Returns the value of attribute specific_afsc.
Instance Attribute Details
#acronym ⇒ Object (readonly)
Returns the value of attribute acronym
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def acronym @acronym end |
#career_group ⇒ Object (readonly)
Returns the value of attribute career_group
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def career_group @career_group end |
#effective_date ⇒ Object (readonly)
Returns the value of attribute effective_date
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def effective_date @effective_date end |
#functional_area ⇒ Object (readonly)
Returns the value of attribute functional_area
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def functional_area @functional_area end |
#name ⇒ Object (readonly)
Returns the value of attribute name
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def name @name end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def prefix @prefix end |
#qualification_level ⇒ Object (readonly)
Returns the value of attribute qualification_level
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def qualification_level @qualification_level end |
#qualification_level_name ⇒ Object (readonly)
Returns the value of attribute qualification_level_name
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def qualification_level_name @qualification_level_name end |
#qualification_level_number ⇒ Object (readonly)
Returns the value of attribute qualification_level_number
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def qualification_level_number @qualification_level_number end |
#shredout ⇒ Object (readonly)
Returns the value of attribute shredout
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def shredout @shredout end |
#shredout_name ⇒ Object (readonly)
Returns the value of attribute shredout_name
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def shredout_name @shredout_name end |
#specialty ⇒ Object (readonly)
Returns the value of attribute specialty
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def specialty @specialty end |
#specialty_name ⇒ Object (readonly)
Returns the value of attribute specialty_name
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def specialty_name @specialty_name end |
#specific_afsc ⇒ Object (readonly)
Returns the value of attribute specific_afsc
62 63 64 |
# File 'lib/gov_codes/afsc/officer.rb', line 62 def specific_afsc @specific_afsc end |