lib/openstudio-standards/refs/references.rb in openstudio-standards-0.2.12 vs lib/openstudio-standards/refs/references.rb in openstudio-standards-0.2.13.rc3

- old
+ new

@@ -6,12 +6,12 @@ # # @example Linking to a Reference from methods or classes # # @ref [References::ASHRAE9012004] section G.3.1, table 3 # def some_method() # ... -module References +module References # ASHRAE 90.1-2004 # @see https://www.techstreet.com/ashrae/standards/ashrae-90-1-2004-i-p?product_id=1199725 Purchase in the ASHRAE Bookstore class ASHRAE9012004; end # ASHRAE 90.1-2007 @@ -28,10 +28,14 @@ # ASHRAE 90.1-2016 # @see https://www.techstreet.com/ashrae/standards/ashrae-90-1-2016-i-p?product_id=1931793 Purchase in the ASHRAE Bookstore class ASHRAE9012016; end + # ASHRAE 90.1-2019 + # @see https://www.techstreet.com/ashrae/standards/ashrae-90-1-2019-i-p?product_id=2088527 Purchase in the ASHRAE Bookstore + class ASHRAE9012019; end + # NREL ZNE Ready 2017. # This is not an actual code or standard, but rather describes what NREL believes # to be a reasonable set of assumptions for achieving a building that is Zero Net Energy Ready # as of 2017. class NRELZNEReady2017; end @@ -112,7 +116,6 @@ # For more information please contact the following: # Paul Raftery p.raftery@berkeley.edu # Carlos Duarte cduarte@berkeley.edu # @see https://cbe.berkeley.edu/project/optimizing-radiant-systems-energy-efficiency-comfort/ class CBERadiantSystems; end - end