Sha256: dd71466ba5fec7d433b75fe72043c220c92cf3cf122bc640449317e4bb7dc125
Contents?: true
Size: 349 Bytes
Versions: 7
Compression:
Stored size: 349 Bytes
Contents
# This class holds methods that apply CBES T24 2005 to a given model. # @ref [References::CBES] class CBEST242005 < CBES @@template = 'CBES T24 2005' # 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