Class: Pubid::Ashrae::Identifiers::Addendum
- Inherits:
-
SupplementIdentifier
- Object
- SupplementIdentifier
- Pubid::Ashrae::Identifiers::Addendum
- Defined in:
- lib/pubid/ashrae/identifiers/addendum.rb
Overview
Addendum identifier for ASHRAE standards and guidelines Examples:
- ASHRAE Addendum a to Standard 15-2001
- ASHRAE Addendum a to Guideline 1.4-2019
- ANSI/ASHRAE Addendum a to ANSI/ASHRAE Standard 15-2019
- ASHRAE Standard 15-2013 Addendum a
Constant Summary collapse
- TYPED_STAGES =
[ Components::TypedStage.new( abbr: ["Addendum", "Addenda"], type_code: "addendum", stage_code: "published", ), ].freeze
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from SupplementIdentifier
Class Method Details
.type ⇒ Object
26 27 28 |
# File 'lib/pubid/ashrae/identifiers/addendum.rb', line 26 def self.type { key: :addendum, title: "ASHRAE Addendum", short: "Addendum" } end |
Instance Method Details
#copublisher ⇒ Object
30 31 32 |
# File 'lib/pubid/ashrae/identifiers/addendum.rb', line 30 def copublisher base_identifier&.copublisher end |