Sha256: 315b6725a5bcb4020f6fbdccacffecbd8b6549c74aae163b74d6ff105f0c961d

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

# This class holds methods that apply DEER 2014
# to a given model.
# @ref [References::DEERMASControl]
class DEER2014 < DEER
  register_standard 'DEER 2014'
  attr_reader :template

  def initialize
    @template = 'DEER 2014'
    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/deer/deer_2014/deer_2014.rb
openstudio-standards-0.2.13 lib/openstudio-standards/standards/deer/deer_2014/deer_2014.rb
openstudio-standards-0.2.13.rc3 lib/openstudio-standards/standards/deer/deer_2014/deer_2014.rb