Sha256: fe0d7ef96fd0f3034e12365e6fa7cc5cb03ee0f574fb797977fe7db1882d69d1
Contents?: true
Size: 367 Bytes
Versions: 12
Compression:
Stored size: 367 Bytes
Contents
# This class holds methods that apply ASHRAE 90.1-2007 # to a given model. # @ref [References::ASHRAE9012007] class ASHRAE9012007 < ASHRAE901 @@template = '90.1-2007' # rubocop:disable Style/ClassVars register_standard @@template attr_reader :template def initialize super() @template = @@template load_standards_database end end
Version data entries
12 entries across 12 versions & 1 rubygems