Sha256: bbc7e76cf186b86a1e900af4f9f610b495e1483dbe4adbe474b09f55a6922506
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
module Jeka module Analysis class Algorithm include DataMapper::Resource property :id , Serial property :name, String has n, :implementations has n, :test_cases has n, :algorithm_information end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jeka-0.2.3 | lib/jeka/analysis/algorithm.rb |