From 66c34e4682965272060a121b6e362af67ed4be5f Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 27 Aug 2015 20:28:25 +0200 Subject: Initial GUI for Nestec models --- lib/feature.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/feature.rb') diff --git a/lib/feature.rb b/lib/feature.rb index 9521597..6fc2c06 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -2,7 +2,6 @@ module OpenTox # Basic feature class class Feature - field :name, type: String field :nominal, type: Boolean field :numeric, type: Boolean field :measured, type: Boolean @@ -85,14 +84,10 @@ module OpenTox # Feature for categorical bioassay results class NominalBioAssay < NominalFeature - # TODO: needed? move to dataset? - field :description, type: String end # Feature for quantitative bioassay results class NumericBioAssay < NumericFeature - # TODO: needed? move to dataset? - field :description, type: String end end -- cgit v1.2.3