Sha256: 747e1332796b53889fc998b128fa21036580faf2a8202a1ac0876e41ae279082

Contents?: true

Size: 533 Bytes

Versions: 2

Compression:

Stored size: 533 Bytes

Contents

require "fog/core"
require "nokogiri"
require File.expand_path("../xml/version", __FILE__)

module Fog
  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
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fog-xml-0.1.5 lib/fog/xml.rb
fog-xml-0.1.4 lib/fog/xml.rb