Sha256: e8c2f64e26f120f7e8c8c760d446c6d28cd13670df29b75978ee38ee80e6db2d

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

# This abstract class holds methods that many versions of CBES share.
# If a method in this class is redefined by a subclass,
# the implementation in the subclass is used.
# @abstract
# @ref [References::CBES]
class CBES < Standard
  def initialize
    load_standards_database
  end

  def load_standards_database(data_directories = [])
    super([__dir__] + data_directories)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openstudio-standards-0.2.14 lib/openstudio-standards/standards/cbes/cbes.rb
openstudio-standards-0.2.13 lib/openstudio-standards/standards/cbes/cbes.rb
openstudio-standards-0.2.13.rc3 lib/openstudio-standards/standards/cbes/cbes.rb