class ICCIECC

This abstract class holds methods that many versions of ICC IECC share. If a method in this class is redefined by a subclass, the implementation in the subclass is used. @abstract

Public Class Methods

new() click to toggle source
Calls superclass method Standard::new
# File lib/openstudio-standards/standards/icc_iecc/icc_iecc.rb, line 6
def initialize
  super()
end