Class: PubmedAPI::XMLParser::SearchResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/pubmed_api/parsers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



5
6
7
# File 'lib/pubmed_api/parsers.rb', line 5

def count
  @count
end

#mesh_termsObject

Returns the value of attribute mesh_terms

Returns:

  • (Object)

    the current value of mesh_terms



5
6
7
# File 'lib/pubmed_api/parsers.rb', line 5

def mesh_terms
  @mesh_terms
end

#phrases_not_foundObject

Returns the value of attribute phrases_not_found

Returns:

  • (Object)

    the current value of phrases_not_found



5
6
7
# File 'lib/pubmed_api/parsers.rb', line 5

def phrases_not_found
  @phrases_not_found
end

#pmidsObject

Returns the value of attribute pmids

Returns:

  • (Object)

    the current value of pmids



5
6
7
# File 'lib/pubmed_api/parsers.rb', line 5

def pmids
  @pmids
end