Class: Pubid::Bsi::Identifiers::Index
- Inherits:
-
SingleIdentifier
- Object
- SingleIdentifier
- Pubid::Bsi::Identifiers::Index
- Defined in:
- lib/pubid/bsi/identifiers/index.rb
Overview
BSI Index Examples: "BS 5000:Index:1981", "BS 185 Index:1964", "BS 5000 Index Issue 4:1980"
Constant Summary collapse
- TYPED_STAGES =
[ Pubid::Components::TypedStage.new( code: :index, stage_code: :published, type_code: :index, abbr: ["Index"], name: "Index", harmonized_stages: %w[60.00 60.60], ), ].freeze
Class Method Summary collapse
Class Method Details
.type ⇒ Object
23 24 25 |
# File 'lib/pubid/bsi/identifiers/index.rb', line 23 def self.type { key: :index, title: "Index", short: "Index" } end |