Class: Pubid::Bsi::Identifiers::Handbook

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

Overview

BSI Handbook Examples: "Handbook 17:1963", "HB 10146:1998"

Class Method Summary collapse

Class Method Details

.typeObject



14
15
16
17
18
19
20
# File 'lib/pubid/bsi/identifiers/handbook.rb', line 14

def self.type
  {
    short: "HB",
    full: "Handbook",
    names: ["Handbook", "HB"],
  }
end