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