Module: RelatonEtsi

Extended by:
RelatonEtsi
Included in:
RelatonEtsi
Defined in:
lib/relaton_etsi.rb,
lib/relaton_etsi/util.rb,
lib/relaton_etsi/pubid.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, HashConverter, Util Classes: BibliographicItem, DataFetcher, DataParser, DocumentType, Error, Processor, PubId, XMLParser

Constant Summary collapse

VERSION =
"1.19.0"

Instance Method Summary collapse

Instance Method Details

#grammar_hashString

Returns hash of gem versions used to generate data model.

Returns:

  • (String)


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

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