class CBEST241978

This class holds methods that apply CBES T24 1978 to a given model. @ref [References::CBES]

Attributes

template[R]

Public Class Methods

new() click to toggle source
# File lib/openstudio-standards/standards/cbes/cbes_t24_1978/cbes_t24_1978.rb, line 7
def initialize
  @template = 'CBES T24 1978'
  load_standards_database
end

Public Instance Methods

load_standards_database(data_directories = []) click to toggle source

Loads the openstudio standards dataset for this standard.

@param data_directories [Array<String>] array of file paths that contain standards data @return [Hash] a hash of standards data

Calls superclass method CBES#load_standards_database
# File lib/openstudio-standards/standards/cbes/cbes_t24_1978/cbes_t24_1978.rb, line 16
def load_standards_database(data_directories = [])
  super([__dir__] + data_directories)
end