Class: Pubid::Cie::SingleIdentifier

Inherits:
Identifier show all
Defined in:
lib/pubid/cie/single_identifier.rb

Overview

Base class for single CIE identifiers (standards, conferences, etc.) Single Responsibility: Provide common attributes for base documents

Single identifiers are base documents that can exist independently, as opposed to supplement identifiers (amendments, corrigenda) which modify a base identifier.

Classes inheriting from SingleIdentifier:

  • Standard (common CIE publications)

  • Conference (conference proceedings)

  • Bundle (bundles of multiple identifiers)

  • JointPublished (co-published with ISO/IEC)

  • DualPublished (dual published with IEC)

  • Identical (identical to ISO publications)

  • TutorialBundle (tutorial bundles)

Instance Method Summary collapse

Methods inherited from Identifier

parse

Methods inherited from Identifier

#base_identifier, #eql?, #exclude, #hash, #initialize, #mr_number, #mr_number_with_part, #mr_part, #mr_publisher, #mr_type, #mr_year, #new_edition_of?, polymorphic_name, #render, #resolve_urn_generator, #root, #to_mr_string, #to_s, #to_supplement_s, #to_urn, #urn_supplement_type, #urn_type_code, #year

Constructor Details

This class inherits a constructor from Pubid::Identifier

Instance Method Details

#publisherObject

CIE uses a fixed publisher string



22
23
24
# File 'lib/pubid/cie/single_identifier.rb', line 22

def publisher
  "CIE"
end