From 5233ab341757557c536ed8cc8eefd79a936b4295 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 25 Nov 2010 18:06:09 +0100 Subject: find method documented --- lib/dataset.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/dataset.rb') 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 -- cgit v1.2.3