lib/sax-machine/sax_config.rb in julien51-sax-machine-0.0.13 vs lib/sax-machine/sax_config.rb in julien51-sax-machine-0.0.14

- old
+ new

@@ -1,9 +1,11 @@ require "sax-machine/sax_element_config" require "sax-machine/sax_collection_config" module SAXMachine class SAXConfig + attr_reader :top_level_elements, :collection_elements + def initialize @top_level_elements = [] @collection_elements = [] end \ No newline at end of file