Class: Pubid::Bsi::Identifiers::PracticeGuide

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

Overview

BSI Practice Guide (PP - Published Practice) Examples: "PP 888:1982", "PP 7307:1986", "PP 7722:2006"

Class Method Summary collapse

Class Method Details

.typeObject



12
13
14
15
16
17
# File 'lib/pubid/bsi/identifiers/practice_guide.rb', line 12

def self.type
  {
    short: "PP",
    full: "Published Practice",
  }
end