summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index c0729a7..e768f7b 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -2,6 +2,9 @@ module OpenTox
class Feature
include OpenTox
+ # Find a feature
+ # @param [String] uri Feature URI
+ # @return [OpenTox::Task] Feature object
def self.find(uri, subjectid=nil)
return nil unless uri
feature = Feature.new uri