summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-25 18:06:09 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-25 18:06:09 +0100
commit5233ab341757557c536ed8cc8eefd79a936b4295 (patch)
tree87e4834cbfda505d34eb59b462f04c5b76c44a90
parentfb084d809703a0de21ee2451f7caa1436ddcc018 (diff)
find method documentedv0.0.2
-rw-r--r--lib/dataset.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dataset.rb b/lib/dataset.rb
index 2eb2206..526e0a2 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -26,6 +26,9 @@ module OpenTox
end
end
+ # Find and a dataset and load all data from the dataset service
+ # @param [String] uri Dataset URI
+ # @return [OpenTox::Dataset] Dataset object
def self.find(uri, accept_header=nil)
unless accept_header