Class: Pubid::Cie::SingleIdentifier
- Inherits:
-
Identifier
- Object
- Lutaml::Model::Serializable
- Identifier
- Pubid::Cie::SingleIdentifier
- 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)
Direct Known Subclasses
Identifiers::Bundle, Identifiers::Conference, Identifiers::DualPublished, Identifiers::Identical, Identifiers::JointPublished, Identifiers::Standard, Identifiers::TutorialBundle
Instance Method Summary collapse
-
#publisher ⇒ Object
CIE uses a fixed publisher string.
Methods inherited from Identifier
Instance Method Details
#publisher ⇒ Object
CIE uses a fixed publisher string
22 23 24 |
# File 'lib/pubid/cie/single_identifier.rb', line 22 def publisher "CIE" end |