Class: Pubid::Ashrae::Identifiers::CombinedAddenda
- Inherits:
-
SupplementIdentifier
- Object
- Lutaml::Model::Serializable
- Identifier
- Pubid::Ashrae::Identifier
- SupplementIdentifier
- Pubid::Ashrae::Identifiers::CombinedAddenda
- Defined in:
- lib/pubid/ashrae/identifiers/combined_addenda.rb
Overview
CombinedAddenda identifier for ASHRAE standards and guidelines Represents multiple addendums grouped together Examples:
- ASHRAE Addenda c and d to Standard 15-1994
- ASHRAE Addenda f and h for Standard 15-2007
Constant Summary collapse
- TYPED_STAGES =
[ Components::TypedStage.new( abbr: ["Addenda", "Combined Addenda"], type_code: "combined_addenda", stage_code: "published", ), ].freeze
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from SupplementIdentifier
Methods inherited from Pubid::Ashrae::Identifier
Methods inherited from Identifier
apply_mappings, #base, #base_document, concrete_class_for, #dated_version_of?, #draft_of?, #drop_supplements, #edition_of?, #eql?, #exclude, from_hash, #has_supplement?, #hash, #includes?, #initialize, #matches?, #mr_all_parts, #mr_edition, #mr_languages, #mr_number, #mr_number_with_part, #mr_part, #mr_publisher, #mr_subpart, #mr_supplement_suffix, #mr_type, #mr_year, #new_edition_of?, polymorphic_name, polymorphic_type_map, #related_to?, #render, #resolve_urn_generator, #root, #sibling_of?, #supplement_of?, #to_hash, #to_mr_string, #to_s, #to_slug, #to_supplement_s, #to_urn, #urn_supplement_type, #urn_type_code, #year
Constructor Details
This class inherits a constructor from Pubid::Identifier
Class Method Details
.type ⇒ Object
25 26 27 28 |
# File 'lib/pubid/ashrae/identifiers/combined_addenda.rb', line 25 def self.type { key: :combined_addenda, title: "ASHRAE Combined Addenda", short: "Addenda" } end |
Instance Method Details
#copublisher ⇒ Object
30 31 32 |
# File 'lib/pubid/ashrae/identifiers/combined_addenda.rb', line 30 def copublisher base&.copublisher end |