Gcmd::Dif - npolar/gcmd GitHub Wiki

Loading

#load_xml will parse DIF XML into a Ruby Hash, access it with #attributes

dif = Gcmd::Dif.new
dif.load_xml("/path/to/dif.xml")
dif.attributes 

Creating