Class: PLOS::ArticleSet
- Inherits:
-
Array
- Object
- Array
- PLOS::ArticleSet
- Defined in:
- lib/plos/article_set.rb
Instance Attribute Summary collapse
-
#max_score ⇒ Object
Returns the value of attribute max_score.
-
#num_found ⇒ Object
Returns the value of attribute num_found.
-
#start ⇒ Object
Returns the value of attribute start.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#max_score ⇒ Object
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_found ⇒ Object
Returns the value of attribute num_found.
5 6 7 |
# File 'lib/plos/article_set.rb', line 5 def num_found @num_found end |
#start ⇒ Object
Returns the value of attribute start.
6 7 8 |
# File 'lib/plos/article_set.rb', line 6 def start @start end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/plos/article_set.rb', line 3 def status @status end |
#time ⇒ Object
Returns the value of attribute time.
4 5 6 |
# File 'lib/plos/article_set.rb', line 4 def time @time end |