Class: PubmedAPI::XMLParser::PaperStruct
- Inherits:
-
Struct
- Object
- Struct
- PubmedAPI::XMLParser::PaperStruct
- Defined in:
- lib/pubmed_api/parsers.rb
Instance Attribute Summary collapse
-
#abstract ⇒ Object
Returns the value of attribute abstract.
-
#article_date ⇒ Object
Returns the value of attribute article_date.
-
#authors ⇒ Object
Returns the value of attribute authors.
-
#complete ⇒ Object
Returns the value of attribute complete.
-
#date_appeared ⇒ Object
Returns the value of attribute date_appeared.
-
#doi ⇒ Object
Returns the value of attribute doi.
-
#journal ⇒ Object
Returns the value of attribute journal.
-
#nlmid ⇒ Object
Returns the value of attribute nlmid.
-
#pdf_url ⇒ Object
Returns the value of attribute pdf_url.
-
#pmid ⇒ Object
Returns the value of attribute pmid.
-
#pubmed_date ⇒ Object
Returns the value of attribute pubmed_date.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#abstract ⇒ Object
Returns the value of attribute abstract
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def abstract @abstract end |
#article_date ⇒ Object
Returns the value of attribute article_date
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def article_date @article_date end |
#authors ⇒ Object
Returns the value of attribute authors
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def @authors end |
#complete ⇒ Object
Returns the value of attribute complete
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def complete @complete end |
#date_appeared ⇒ Object
Returns the value of attribute date_appeared
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def date_appeared @date_appeared end |
#doi ⇒ Object
Returns the value of attribute doi
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def doi @doi end |
#journal ⇒ Object
Returns the value of attribute journal
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def journal @journal end |
#nlmid ⇒ Object
Returns the value of attribute nlmid
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def nlmid @nlmid end |
#pdf_url ⇒ Object
Returns the value of attribute pdf_url
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def pdf_url @pdf_url end |
#pmid ⇒ Object
Returns the value of attribute pmid
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def pmid @pmid end |
#pubmed_date ⇒ Object
Returns the value of attribute pubmed_date
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def pubmed_date @pubmed_date end |
#title ⇒ Object
Returns the value of attribute title
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def title @title end |
#url ⇒ Object
Returns the value of attribute url
32 33 34 |
# File 'lib/pubmed_api/parsers.rb', line 32 def url @url end |