summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-07-13 13:29:13 +0200
committerChristoph Helma <helma@in-silico.ch>2012-07-13 13:29:13 +0200
commit8b192ea7d86a5f152e5196279b39513c0ee4d063 (patch)
tree788c8583e0605cf9c95c4ecd3040fc6cfe42c1a3 /lib/task.rb
parent095decd233ac6d138a412c459735c1376cf25958 (diff)
parent6c657ac84268f2cac458eb43ec156a7a38a4f95a (diff)
Merge branch 'development' into feature/dataset
Diffstat (limited to 'lib/task.rb')
-rw-r--r--lib/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task.rb b/lib/task.rb
index 4f446b7..0b0aea2 100644
--- a/lib/task.rb
+++ b/lib/task.rb
@@ -105,7 +105,7 @@ module OpenTox
code >= 400 and code != 503
end
- [:hasStatus, :resultURI].each do |method|
+ [:hasStatus, :resultURI, :finished_at].each do |method|
define_method method do
get
response = self.[](RDF::OT[method])