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