Class: PubmedAPI::XMLParser::SearchResult
- Inherits:
-
Struct
- Object
- Struct
- PubmedAPI::XMLParser::SearchResult
- Defined in:
- lib/pubmed_api/parsers.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#mesh_terms ⇒ Object
Returns the value of attribute mesh_terms.
-
#phrases_not_found ⇒ Object
Returns the value of attribute phrases_not_found.
-
#pmids ⇒ Object
Returns the value of attribute pmids.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
5 6 7 |
# File 'lib/pubmed_api/parsers.rb', line 5 def count @count end |
#mesh_terms ⇒ Object
Returns the value of attribute mesh_terms
5 6 7 |
# File 'lib/pubmed_api/parsers.rb', line 5 def mesh_terms @mesh_terms end |
#phrases_not_found ⇒ Object
Returns the value of attribute phrases_not_found
5 6 7 |
# File 'lib/pubmed_api/parsers.rb', line 5 def phrases_not_found @phrases_not_found end |
#pmids ⇒ Object
Returns the value of attribute pmids
5 6 7 |
# File 'lib/pubmed_api/parsers.rb', line 5 def pmids @pmids end |