Module: XmlHasher

Extended by:
Configurable
Defined in:
lib/xmlhasher.rb,
lib/xmlhasher/node.rb,
lib/xmlhasher/util.rb,
lib/xmlhasher/parser.rb,
lib/xmlhasher/handler.rb,
lib/xmlhasher/version.rb,
lib/xmlhasher/configurable.rb

Defined Under Namespace

Modules: Configurable, Util Classes: Handler, Node, Parser

Constant Summary collapse

VERSION =
'1.0.6'

Constants included from Configurable

Configurable::KEYS

Instance Attribute Summary

Attributes included from Configurable

#ignore_namespaces, #snakecase, #string_keys

Class Method Summary collapse

Methods included from Configurable

configure

Class Method Details

.parserObject



14
15
16
# File 'lib/xmlhasher.rb', line 14

def parser
  @parser ||= XmlHasher::Parser.new(options)
end