Sha256: 986e4f1e31d7326333223b6c19ec56724d4d88f2e222fa77b83542cabf14e0ff

Contents?: true

Size: 457 Bytes

Versions: 5

Compression:

Stored size: 457 Bytes

Contents

module Restfulie
  module Common
    module Converter
      module Xml
        autoload :Base, 'restfulie/common/converter/xml/base'
        autoload :Builder, 'restfulie/common/converter/xml/builder'
        autoload :Helpers, 'restfulie/common/converter/xml/helpers'
        autoload :Links, 'restfulie/common/converter/xml/links'
        autoload :Link, 'restfulie/common/converter/xml/link'
        extend Base::ClassMethods
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
restfulie-1.0.0.beta1 lib/restfulie/common/converter/xml.rb
restfulie-0.1.0.beta1 lib/restfulie/common/converter/xml.rb
restfulie-0.9.3 lib/restfulie/common/converter/xml.rb
restfulie-0.9.1 lib/restfulie/common/converter/xml.rb
restfulie-0.8.1 lib/restfulie/common/converter/xml.rb