Sha256: c7fb5469f8a4bea1fdf948fce7a1cf97a2b73ba916e861b642ce2a2b72c7c223
Contents?: true
Size: 379 Bytes
Versions: 17
Compression:
Stored size: 379 Bytes
Contents
# This class holds methods that apply DEER 2030 to a given model. # @ref [References::DEERMASControl] class DEER2030 < DEER register_standard 'DEER 2030' attr_reader :template def initialize @template = 'DEER 2030' load_standards_database end def load_standards_database(data_directories = []) super([__dir__] + data_directories) end end
Version data entries
17 entries across 17 versions & 1 rubygems