Class: NcsNavigator::Mdes::CodeList

Inherits:
Array
  • Object
show all
Defined in:
lib/ncs_navigator/mdes/code_list.rb

Overview

A specialization of Array for code lists.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString?

Returns the description of the code list if any.

Returns:

  • (String, nil)

    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