Class: NCBO::ResourceIndex::Annotations
- Inherits:
-
Object
- Object
- NCBO::ResourceIndex::Annotations
- Defined in:
- lib/ncbo_resource_index/data.rb
Instance Attribute Summary collapse
-
#annotations ⇒ Object
Returns the value of attribute annotations.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#total_annotation_count ⇒ Object
Returns the value of attribute total_annotation_count.
Instance Attribute Details
#annotations ⇒ Object
Returns the value of attribute annotations.
5 6 7 |
# File 'lib/ncbo_resource_index/data.rb', line 5 def annotations @annotations end |
#limit ⇒ Object
Returns the value of attribute limit.
5 6 7 |
# File 'lib/ncbo_resource_index/data.rb', line 5 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
5 6 7 |
# File 'lib/ncbo_resource_index/data.rb', line 5 def offset @offset end |
#resource ⇒ Object
Returns the value of attribute resource.
5 6 7 |
# File 'lib/ncbo_resource_index/data.rb', line 5 def resource @resource end |
#total_annotation_count ⇒ Object
Returns the value of attribute total_annotation_count.
5 6 7 |
# File 'lib/ncbo_resource_index/data.rb', line 5 def total_annotation_count @total_annotation_count end |