Class: OpenTox::Parser::Owl::Generic
- Inherits:
-
Object
- Object
- OpenTox::Parser::Owl::Generic
- Includes:
- OpenTox::Parser::Owl
- Defined in:
- lib/parser.rb
Overview
Generic parser for all OpenTox classes
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#uri ⇒ Object
Returns the value of attribute uri.
Method Summary
Methods included from OpenTox::Parser::Owl
from_rdf, #initialize, #load_metadata
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata.
133 134 135 |
# File 'lib/parser.rb', line 133 def @metadata end |
#uri ⇒ Object
Returns the value of attribute uri.
133 134 135 |
# File 'lib/parser.rb', line 133 def uri @uri end |