Sha256: ad58b949f81f947ba7b60ac6e7fd32f7aa666f1d6322deba8432ff3dc19fb452
Contents?: true
Size: 349 Bytes
Versions: 7
Compression:
Stored size: 349 Bytes
Contents
# This class holds methods that apply CBES T24 1978 to a given model. # @ref [References::CBES] class CBEST241978 < CBES @@template = 'CBES T24 1978' # rubocop:disable Style/ClassVars register_standard @@template attr_reader :template def initialize super() @template = @@template load_standards_database end end
Version data entries
7 entries across 7 versions & 1 rubygems