Sha256: 9a6e7b79ad8571b8d2f98fe96c29130b3f8e038380a13541d2df28a9fb33d3f0
Contents?: true
Size: 329 Bytes
Versions: 2
Compression:
Stored size: 329 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 :Links, 'restfulie/common/representation/links' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
restfulie-0.9.3 | lib/restfulie/common/representation.rb |
restfulie-0.9.1 | lib/restfulie/common/representation.rb |