Class: Pubid::Bsi::Identifiers::StandaloneAmendment

Inherits:
SingleIdentifier
  • Object
show all
Defined in:
lib/pubid/bsi/identifiers/standalone_amendment.rb

Overview

Standalone Amendment identifier (no base reference) Examples: "AMD 11015", "(AMD 10971)", "AMD Corrigendum 14716"

Constant Summary collapse

TYPED_STAGES =
[
  Pubid::Components::TypedStage.new(
    code: :standalone_amendment,
    stage_code: :published,
    type_code: :amendment,
    abbr: ["AMD"],
    name: "Amendment",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



24
25
26
# File 'lib/pubid/bsi/identifiers/standalone_amendment.rb', line 24

def self.type
  { key: :standalone_amendment, title: "Amendment", short: "AMD" }
end