Class: Pubid::Iala::Identifiers::Letter

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/iala/identifiers/letter.rb

Overview

IALA Letters (L prefix). Numbering is dotted with a series, sub-series, and item: L2.1.11, L2.7.1-2 (the trailing -2 is a sub-part on top of the dotted number).

Class Method Summary collapse

Class Method Details

.typeObject



10
11
12
# File 'lib/pubid/iala/identifiers/letter.rb', line 10

def self.type
  { key: :letter, title: "Letter", short: "L" }
end