summaryrefslogtreecommitdiff
path: root/lib/nanoparticle.rb
blob: 0ec29a3c78397d4f3fc603082f7a414a36ad157b (plain)
1
2
3
4
5
6
7
8
9
module OpenTox

  class Nanoparticle
    include OpenTox

    attr_accessor :name, :uri, :tox, :p_chem, :core, :coating

  end
end