Class: PLOS::ArticleSet

Inherits:
Array
  • Object
show all
Defined in:
lib/plos/article_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_scoreObject

Returns the value of attribute max_score.



7
8
9
# File 'lib/plos/article_set.rb', line 7

def max_score
  @max_score
end

#num_foundObject

Returns the value of attribute num_found.



5
6
7
# File 'lib/plos/article_set.rb', line 5

def num_found
  @num_found
end

#startObject

Returns the value of attribute start.



6
7
8
# File 'lib/plos/article_set.rb', line 6

def start
  @start
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/plos/article_set.rb', line 3

def status
  @status
end

#timeObject

Returns the value of attribute time.



4
5
6
# File 'lib/plos/article_set.rb', line 4

def time
  @time
end