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