summaryrefslogtreecommitdiff
path: root/lib/substance.rb
blob: 6768ce707b445a8ff3cef5d71330b48cbf6920eb (plain)
1
2
3
4
5
6
7
8
9
module OpenTox

  class Substance
    field :physchem_descriptors, type: Hash, default: {}
    field :dataset_ids, type: Array, default: []
  end

end