Class: NCBO::Parser::AnnotatorResult

Inherits:
Object
  • Object
show all
Defined in:
lib/ncbo_annotator/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsObject

Returns the value of attribute annotations.



130
131
132
# File 'lib/ncbo_annotator/parser.rb', line 130

def annotations
  @annotations
end

#idObject

Returns the value of attribute id.



130
131
132
# File 'lib/ncbo_annotator/parser.rb', line 130

def id
  @id
end

#ontologiesObject

Returns the value of attribute ontologies.



130
131
132
# File 'lib/ncbo_annotator/parser.rb', line 130

def ontologies
  @ontologies
end

#statisticsObject

Returns the value of attribute statistics.



130
131
132
# File 'lib/ncbo_annotator/parser.rb', line 130

def statistics
  @statistics
end