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 =
'0.0.4'

Constants included from Configurable

Configurable::KEYS

Instance Attribute Summary

Attributes included from Configurable

#ignore_namespaces, #snakecase

Class Method Summary collapse

Methods included from Configurable

configure

Class Method Details

.parserObject



12
13
14
# File 'lib/xmlhasher.rb', line 12

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