Sha256: 6ea0a638d797d6fb984bd2c64cd32495b12f383aef1efd15d77796f8d1e6d7e6
Contents?: true
Size: 474 Bytes
Versions: 11
Compression:
Stored size: 474 Bytes
Contents
# This class will hold methods that apply ICC IECC 2015 # to a given model. # @todo ICC IECC 2015 is incomplete and will default to the logic # in the default Standard class methods # @ref [References::ICCIECC2015] class ICCIECC2015 < ICCIECC @@template = 'ICC IECC 2015' # rubocop:disable Style/ClassVars register_standard @@template attr_reader :template def initialize super() @template = @@template load_standards_database end end
Version data entries
11 entries across 11 versions & 1 rubygems