summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-11 10:42:48 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-11 10:42:48 +0100
commit91c95f8dc8f60a8f0029b970ef881eecee28401b (patch)
tree405b4da936104c12a1938b25aa6766b5a526b94e /lib/opentox.rb
parentb93002b4ea50ff7e357da08abd10577347ce2d5f (diff)
Documentation and API fixes for serializer and parser
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 7e1deec..3b7fa65 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -26,7 +26,7 @@ module OpenTox
# Load (and return) metadata from object URI
# @return [Hash] Metadata
def load_metadata
- @metadata = Parser::Owl::Generic.new(@uri).metadata
+ @metadata = Parser::Owl::Generic.new(@uri).load_metadata
@metadata
end