class OEESC
This abstract class holds methods that many versions of OEESC
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/oeesc/oeesc.rb, line 6 def initialize super() end