Class: Pubid::Ashrae::Identifiers::Interpretation

Inherits:
SupplementIdentifier show all
Defined in:
lib/pubid/ashrae/identifiers/interpretation.rb

Overview

Interpretation identifier for ASHRAE standards Represents a collection of interpretations for a base standard Examples:

  • Interpretations for Standard 15.2-2022
  • Interpretations for Standard 52.1-1992

Constant Summary collapse

TYPED_STAGES =
[
  Components::TypedStage.new(
    abbr: ["Interpretations"],
    type_code: "interpretation",
    stage_code: "published",
  ),
].freeze

Class Method Summary collapse

Methods inherited from SupplementIdentifier

#code, #publisher

Class Method Details

.typeObject



22
23
24
25
# File 'lib/pubid/ashrae/identifiers/interpretation.rb', line 22

def self.type
  { key: :interpretation, title: "ASHRAE Interpretations",
    short: "Interpretations" }
end