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

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

end