Class: NCBO::ResourceIndex::Annotation
- Inherits:
-
Object
- Object
- NCBO::ResourceIndex::Annotation
- Defined in:
- lib/ncbo_resource_index_client/data.rb
Instance Attribute Summary collapse
-
#concept ⇒ Object
Returns the value of attribute concept.
-
#context ⇒ Object
Returns the value of attribute context.
-
#element ⇒ Object
Returns the value of attribute element.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#concept ⇒ Object
Returns the value of attribute concept.
9 10 11 |
# File 'lib/ncbo_resource_index_client/data.rb', line 9 def concept @concept end |
#context ⇒ Object
Returns the value of attribute context.
9 10 11 |
# File 'lib/ncbo_resource_index_client/data.rb', line 9 def context @context end |
#element ⇒ Object
Returns the value of attribute element.
9 10 11 |
# File 'lib/ncbo_resource_index_client/data.rb', line 9 def element @element end |
#score ⇒ Object
Returns the value of attribute score.
9 10 11 |
# File 'lib/ncbo_resource_index_client/data.rb', line 9 def score @score end |