Class: Pubid::Bsi::Identifiers::Method

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

Overview

BSI Method Examples:

  • Basic: "BS 2782-1:Method 131B:1983"
  • Range: "BS 2782-4:Methods 451F to 451J:1978"
  • And: "BS 2782-8:Methods 823A and 823B:1978"

Constant Summary collapse

TYPED_STAGES =
[
  Pubid::Components::TypedStage.new(
    code: :pubmethod,
    stage_code: :published,
    type_code: :method,
    abbr: ["Method", "Methods"],
    name: "Method",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



28
29
30
# File 'lib/pubid/bsi/identifiers/method.rb', line 28

def self.type
  { key: :method, title: "Method", short: "Method" }
end