Class: NCBO::Parser::AnnotatorResult
- Inherits:
-
Object
- Object
- NCBO::Parser::AnnotatorResult
- Defined in:
- lib/ncbo_annotator/parser.rb
Instance Attribute Summary collapse
-
#annotations ⇒ Object
Returns the value of attribute annotations.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ontologies ⇒ Object
Returns the value of attribute ontologies.
-
#statistics ⇒ Object
Returns the value of attribute statistics.
Instance Attribute Details
#annotations ⇒ Object
Returns the value of attribute annotations.
130 131 132 |
# File 'lib/ncbo_annotator/parser.rb', line 130 def annotations @annotations end |
#id ⇒ Object
Returns the value of attribute id.
130 131 132 |
# File 'lib/ncbo_annotator/parser.rb', line 130 def id @id end |
#ontologies ⇒ Object
Returns the value of attribute ontologies.
130 131 132 |
# File 'lib/ncbo_annotator/parser.rb', line 130 def ontologies @ontologies end |
#statistics ⇒ Object
Returns the value of attribute statistics.
130 131 132 |
# File 'lib/ncbo_annotator/parser.rb', line 130 def statistics @statistics end |