Sha256: 362582a03862fa24e34a68ee1bcd51190b69341c33c356f4d8321ad519eb5b18

Contents?: true

Size: 455 Bytes

Versions: 5

Compression:

Stored size: 455 Bytes

Contents

module Restfulie
  module Common
    module Representation
      class Json
        autoload :Base, 'restfulie/common/representation/json/base' 
        autoload :KeysAsMethods, 'restfulie/common/representation/json/keys_as_methods' 
        autoload :Link, 'restfulie/common/representation/json/link' 
        autoload :LinkCollection, 'restfulie/common/representation/json/link_collection' 
        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/representation/json.rb
restfulie-0.1.0.beta1 lib/restfulie/common/representation/json.rb
restfulie-0.9.3 lib/restfulie/common/representation/json.rb
restfulie-0.9.1 lib/restfulie/common/representation/json.rb
restfulie-0.8.1 lib/restfulie/common/representation/json.rb