Class: Pubid::Bsi::Identifiers::ExplanatorySupplement

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

Overview

ExplanatorySupplement represents BSI explanatory supplement documents Format: BS number-part:Explanatory Supplement:year

Examples:

BS 5655-1:Explanatory Supplement:1981

Constant Summary collapse

TYPED_STAGES =

TYPED_STAGES for explanatory supplement (published by default)

[
  Pubid::Components::TypedStage.new(
    code: :pubexplanatorysupplement,
    stage_code: :published,
    type_code: :explanatory_supplement,
    abbr: ["BS"],
    name: "Explanatory Supplement",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



24
25
26
27
28
29
30
# File 'lib/pubid/bsi/identifiers/explanatory_supplement.rb', line 24

def self.type
  {
    key: :explanatory_supplement,
    title: "Explanatory Supplement",
    short: "BS",
  }
end