Module: Pubid::Csa

Defined in:
lib/pubid/csa.rb,
lib/pubid/csa/parser.rb,
lib/pubid/csa/scheme.rb,
lib/pubid/csa/builder.rb,
lib/pubid/csa/components.rb,
lib/pubid/csa/identifier.rb,
lib/pubid/csa/identifiers.rb,
lib/pubid/csa/urn_generator.rb,
lib/pubid/csa/components/code.rb,
lib/pubid/csa/identifiers/cec.rb,
lib/pubid/csa/identifiers/base.rb,
lib/pubid/csa/single_identifier.rb,
lib/pubid/csa/identifiers/series.rb,
lib/pubid/csa/wrapper_identifier.rb,
lib/pubid/csa/identifiers/bundled.rb,
lib/pubid/csa/identifiers/package.rb,
lib/pubid/csa/composite_identifier.rb,
lib/pubid/csa/identifiers/combined.rb,
lib/pubid/csa/identifiers/standard.rb,
lib/pubid/csa/identifiers/csa_adopted.rb,
lib/pubid/csa/identifiers/canadian_adopted.rb

Defined Under Namespace

Modules: Components, Identifiers Classes: Builder, CompositeIdentifier, Identifier, Parser, Scheme, SingleIdentifier, UrnGenerator, WrapperIdentifier

Class Method Summary collapse

Class Method Details

.parse(identifier_string) ⇒ Object



16
17
18
# File 'lib/pubid/csa.rb', line 16

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