Sha256: 99f0330520b18ea571f1132b7ea7288e3564fb0aa272e33cad8186d1de6a49d3
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 Bytes
Contents
module Tokamak module Representation class Json autoload :Base, 'tokamak/representation/json/base' autoload :KeysAsMethods, 'tokamak/representation/json/keys_as_methods' autoload :Link, 'tokamak/representation/json/link' autoload :LinkCollection, 'tokamak/representation/json/link_collection' extend Base::ClassMethods end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tokamak-1.0.0.beta2 | lib/tokamak/representation/json.rb |