Sha256: 2b24427eaf33abff589841fe7ab3b1449460876e8f0dd4599c67e20b305d869e

Contents?: true

Size: 846 Bytes

Versions: 5

Compression:

Stored size: 846 Bytes

Contents

require 'nokogiri'

module Restfulie
  module Common
    module Representation
      module Atom
        autoload :Factory, 'restfulie/common/representation/atom/factory'
        autoload :XML, 'restfulie/common/representation/atom/xml'
        autoload :Base, 'restfulie/common/representation/atom/base'
        autoload :TagCollection, 'restfulie/common/representation/atom/tag_collection'
        autoload :Link, 'restfulie/common/representation/atom/link'
        autoload :Person, 'restfulie/common/representation/atom/person'
        autoload :Category, 'restfulie/common/representation/atom/category'
        autoload :Feed, 'restfulie/common/representation/atom/feed'
        autoload :Entry, 'restfulie/common/representation/atom/entry'
        autoload :Source, 'restfulie/common/representation/atom/source'
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
restfulie-1.0.0.beta1 lib/restfulie/common/representation/atom.rb
restfulie-0.1.0.beta1 lib/restfulie/common/representation/atom.rb
restfulie-0.9.3 lib/restfulie/common/representation/atom.rb
restfulie-0.9.1 lib/restfulie/common/representation/atom.rb
restfulie-0.8.1 lib/restfulie/common/representation/atom.rb