Sha256: df2703c2930abe9bc9047538fac3e1aeae6991307e1c59fde8219c6663fff39e
Contents?: true
Size: 459 Bytes
Versions: 11
Compression:
Stored size: 459 Bytes
Contents
# This class will hold methods that apply OEESC 2014 # to a given model. # @todo OEESC 2014 is incomplete and will default to the logic # in the default Standard class methods # @ref [References::OEESC2014] class OEESC2014 < OEESC @@template = 'OEESC 2014' # 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