Sha256: ae9b7f006096b163dfe08c5ae592e2a0ce4a849a7070a728f14695d42e57cc53
Contents?: true
Size: 384 Bytes
Versions: 17
Compression:
Stored size: 384 Bytes
Contents
# This class holds methods that apply CBES T24 1992 to a given model. # @ref [References::CBES] class CBEST241992 < CBES register_standard 'CBES T24 1992' attr_reader :template def initialize @template = 'CBES T24 1992' 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