Module: Pubid::Iho

Defined in:
lib/pubid/iho.rb,
lib/pubid/iho/parser.rb,
lib/pubid/iho/scheme.rb,
lib/pubid/iho/builder.rb,
lib/pubid/iho/identifier.rb,
lib/pubid/iho/identifiers.rb,
lib/pubid/iho/urn_generator.rb,
lib/pubid/iho/identifiers/base.rb,
lib/pubid/iho/identifiers/standard.rb,
lib/pubid/iho/identifiers/publication.rb,
lib/pubid/iho/identifiers/bibliographic.rb,
lib/pubid/iho/identifiers/miscellaneous.rb,
lib/pubid/iho/identifiers/circular_letter.rb

Defined Under Namespace

Modules: Identifier, Identifiers Classes: Builder, Parser, Scheme, UrnGenerator

Class Method Summary collapse

Class Method Details

.parse(identifier) ⇒ Pubid::Iho::Identifiers::Base

Parse an IHO identifier string into an identifier object

Parameters:

  • identifier (String)

    The IHO identifier string to parse

Returns:



15
16
17
# File 'lib/pubid/iho.rb', line 15

def self.parse(identifier)
  Identifier.parse(identifier)
end