Sha256: 3f13388cbcf2f4b1e0d7f80680c034ccae859750d540b6fd0353f54d27385f1b

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

module Restfulie
  module Common
    module Representation
      autoload :Atom, 'restfulie/common/representation/atom'
      autoload :Generic, 'restfulie/common/representation/generic'
      autoload :Json, 'restfulie/common/representation/json'
      autoload :XmlD, 'restfulie/common/representation/xml'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restfulie-0.8.1 lib/restfulie/common/representation.rb