Module: RelatonEtsi

Extended by:
RelatonEtsi, Config
Included in:
RelatonEtsi
Defined in:
lib/relaton_etsi.rb,
lib/relaton_etsi/util.rb,
lib/relaton_etsi/pubid.rb,
lib/relaton_etsi/config.rb,
lib/relaton_etsi/version.rb,
lib/relaton_etsi/processor.rb,
lib/relaton_etsi/xml_parser.rb,
lib/relaton_etsi/data_parser.rb,
lib/relaton_etsi/bibliography.rb,
lib/relaton_etsi/data_fetcher.rb,
lib/relaton_etsi/document_type.rb,
lib/relaton_etsi/hash_converter.rb,
lib/relaton_etsi/bibliographic_item.rb

Defined Under Namespace

Modules: Bibliography, Config, HashConverter, Util Classes: BibliographicItem, Configuration, DataFetcher, DataParser, DocumentType, Error, Processor, PubId, XMLParser

Constant Summary collapse

VERSION =
"1.17.0"

Instance Method Summary collapse

Instance Method Details

#grammar_hashString

Returns hash of gem versions used to generate data model.

Returns:

  • (String)


25
26
27
# File 'lib/relaton_etsi.rb', line 25

def grammar_hash
  Digest::MD5.hexdigest RelatonEtsi::VERSION + RelatonBib::VERSION
end