Module: NcsNavigator::Warehouse::DataMapper::NcsType

Included in:
NcsDecimal, NcsInteger, NcsString, NcsText
Defined in:
lib/ncs_navigator/warehouse/data_mapper.rb

Overview

Adds the pii and omittable attributes to property types that are derived from the MDES.

Instance Method Summary collapse

Instance Method Details

#initialize(model, name, options = {}) ⇒ Object



25
26
27
28
29
# File 'lib/ncs_navigator/warehouse/data_mapper.rb', line 25

def initialize(model, name, options = {})
  super
  @pii = options[:pii]
  @omittable = options[:omittable]
end