Class: NcsNavigator::Mdes::VariableType::CodeList

Inherits:
Array
  • Object
show all
Defined in:
lib/ncs_navigator/mdes/variable_type.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.



138
139
140
# File 'lib/ncs_navigator/mdes/variable_type.rb', line 138

def description
  @description
end