Class: NcsNavigator::Mdes::CodeList
- Inherits:
-
Array
- Object
- Array
- NcsNavigator::Mdes::CodeList
- Defined in:
- lib/ncs_navigator/mdes/code_list.rb
Overview
A specialization of Array
for code lists.
Instance Attribute Summary collapse
-
#description ⇒ String?
The description of the code list if any.
Instance Attribute Details
#description ⇒ String?
Returns the description of the code list if any.
12 13 14 |
# File 'lib/ncs_navigator/mdes/code_list.rb', line 12 def description @description end |