class Seiun::XMLParsers::BatchXML
Public Class Methods
each(xml_str, &block)
click to toggle source
# File lib/seiun/xml_parsers/batch_xml.rb, line 5 def each(xml_str, &block) parse(xml_str, "batchInfo", block) end