lib/fog/xml.rb in fog-xml-0.1.3 vs lib/fog/xml.rb in fog-xml-0.1.4
- old
+ new
@@ -6,9 +6,10 @@
autoload :ToHashDocument, File.expand_path("../to_hash_document", __FILE__)
module XML
autoload :SAXParserConnection, File.expand_path("../xml/sax_parser_connection", __FILE__)
autoload :Connection, File.expand_path("../xml/connection", __FILE__)
+ autoload :Response, File.expand_path("../xml/response", __FILE__)
end
module Parsers
autoload :Base, File.expand_path("../parsers/base", __FILE__)
end