Class: Pubid::Cie::SingleIdentifier

Inherits:
Identifier
  • Object
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

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