Sha256: 498ec5d7d5c418875c07fa0bad73f9c098472aa2795878e7529fe1148fd30cdd
Contents?: true
Size: 379 Bytes
Versions: 17
Compression:
Stored size: 379 Bytes
Contents
# This class holds methods that apply DEER 2050 to a given model. # @ref [References::DEERMASControl] class DEER2050 < DEER register_standard 'DEER 2050' attr_reader :template def initialize @template = 'DEER 2050' 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