Sha256: 56ccc9284581874a37aba26a80449c3ee38140bda9345f3097c677dde1f30cf3

Contents?: true

Size: 349 Bytes

Versions: 7

Compression:

Stored size: 349 Bytes

Contents

# This class holds methods that apply CBES Pre-1978 to a given model.
# @ref [References::CBES]
class CBESPre1978 < CBES
  @@template = 'CBES Pre-1978' # rubocop:disable Style/ClassVars
  register_standard @@template
  attr_reader :template

  def initialize
    super()
    @template = @@template
    load_standards_database
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openstudio-standards-0.2.9 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb
openstudio-standards-0.2.8 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb
openstudio-standards-0.2.7 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb
openstudio-standards-0.2.6 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb
openstudio-standards-0.2.5 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb
openstudio-standards-0.2.4 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb
openstudio-standards-0.2.3 lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb