Sha256: 670c8a0cc3990edeb9a8350f9bd437091b80ffbc1a2fee53b72542dc0a33fc69

Contents?: true

Size: 463 Bytes

Versions: 6

Compression:

Stored size: 463 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__)
  end

  module Parsers
    autoload :Base, File.expand_path("../parsers/base", __FILE__)
  end
end

Version data entries

6 entries across 4 versions & 3 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-xml-0.1.3/lib/fog/xml.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-xml-0.1.3/lib/fog/xml.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-xml-0.1.3/lib/fog/xml.rb
fog-xml-0.1.3 lib/fog/xml.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-xml-0.1.2/lib/fog/xml.rb
fog-xml-0.1.2 lib/fog/xml.rb