Sha256: 62af5d575f7e74ef674143dad6fa344f9d8ce8a3e25b224dd02bc40983be5815
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
module Sidetree module Model autoload :Suffix, "sidetree/model/suffix" autoload :Delta, "sidetree/model/delta" autoload :Document, "sidetree/model/document" autoload :Service, "sidetree/model/service" autoload :CoreIndexFile, "sidetree/model/core_index_file" autoload :ChunkFile, "sidetree/model/chunk_file" autoload :Chunk, "sidetree/model/chunk" autoload :ProvisionalIndexFile, "sidetree/model/provisional_index_file" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidetree-0.1.2 | lib/sidetree/model.rb |