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