Class: Pubid::Oiml::Identifiers::Errata

Inherits:
SupplementIdentifier show all
Defined in:
lib/pubid/oiml/identifiers/errata.rb

Overview

Errata supplement, used by the trailing-word shorthand "OIML R 126:2015 Errata" (the publication year lives on the base).

Constant Summary

Constants inherited from Pubid::Oiml::Identifier

Pubid::Oiml::Identifier::OIML_TYPE_MAP

Instance Attribute Summary

Attributes inherited from SupplementIdentifier

#requested_format

Instance Method Summary collapse

Methods inherited from SupplementIdentifier

#base_identifier_from_kv, #base_identifier_to_kv, #to_s

Methods inherited from Pubid::Oiml::Identifier

from_hash, #to_urn

Instance Method Details

#supplement_typeObject



9
10
11
# File 'lib/pubid/oiml/identifiers/errata.rb', line 9

def supplement_type
  "Errata"
end