Class: Pubid::Bsi::Identifiers::Disc

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

Overview

DISC (Delivering Information Solutions to Customers) identifier Examples: "DISC PD 2000-2:1997", "DISC PD 3004:1998"

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.typeObject



20
21
22
# File 'lib/pubid/bsi/identifiers/disc.rb', line 20

def self.type
  { key: :disc, title: "DISC", short: "DISC" }
end