Class: Pubid::Bsi::Identifiers::Section

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

Overview

BSI Section Examples:

  • Colon format (DD): "DD 51:Section 0:1977"
  • Space format (BS): "BS 3224 Section B2:1970"

Constant Summary collapse

TYPED_STAGES =
[
  Pubid::Components::TypedStage.new(
    code: :pubsection,
    stage_code: :published,
    type_code: :section,
    abbr: ["Section"],
    name: "Section",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



25
26
27
# File 'lib/pubid/bsi/identifiers/section.rb', line 25

def self.type
  { key: :section, title: "Section", short: "Section" }
end