From 063acd4dc63e9287287cc1ff78fff2064ff74e4f Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 7 Apr 2016 17:39:14 +0200 Subject: initial ambit import --- lib/nanoparticle.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/nanoparticle.rb (limited to 'lib/nanoparticle.rb') diff --git a/lib/nanoparticle.rb b/lib/nanoparticle.rb new file mode 100644 index 0000000..3783ece --- /dev/null +++ b/lib/nanoparticle.rb @@ -0,0 +1,17 @@ +module OpenTox + + class Nanoparticle + include OpenTox + + field :particle_id, type: String + field :core, type: String + field :coatings, type: Array + + #field :physchem_descriptors, type: Hash, default: {} + #field :toxicities, type: Hash, default: {} + field :features, type: Hash, default: {} + + end +end + + -- cgit v1.2.3