summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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