Class: NCBO::ResourceIndex::Annotations

Inherits:
Object
  • Object
show all
Defined in:
lib/ncbo_resource_index/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsObject

Returns the value of attribute annotations.



5
6
7
# File 'lib/ncbo_resource_index/data.rb', line 5

def annotations
  @annotations
end

#limitObject

Returns the value of attribute limit.



5
6
7
# File 'lib/ncbo_resource_index/data.rb', line 5

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



5
6
7
# File 'lib/ncbo_resource_index/data.rb', line 5

def offset
  @offset
end

#resourceObject

Returns the value of attribute resource.



5
6
7
# File 'lib/ncbo_resource_index/data.rb', line 5

def resource
  @resource
end

#total_annotation_countObject

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