Class: Pubid::Iala::Identifiers::GeneralAssembly

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

Overview

IALA General Assembly resolutions (GA prefix). Numbering is dotted with a series and an index: GA01.01, GA01.13. No edition.

Class Method Summary collapse

Class Method Details

.typeObject



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

def self.type
  { key: :"general-assembly", title: "General Assembly Resolution", 
    short: "GA" }
end