Class: PubmedAPI::XMLParser::JournalStruct
- Inherits:
-
Struct
- Object
- Struct
- PubmedAPI::XMLParser::JournalStruct
- Defined in:
- lib/pubmed_api/parsers.rb
Instance Attribute Summary collapse
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#issn ⇒ Object
Returns the value of attribute issn.
-
#nlmid ⇒ Object
Returns the value of attribute nlmid.
-
#started ⇒ Object
Returns the value of attribute started.
-
#title_long ⇒ Object
Returns the value of attribute title_long.
-
#title_short ⇒ Object
Returns the value of attribute title_short.
Instance Attribute Details
#frequency ⇒ Object
Returns the value of attribute frequency
110 111 112 |
# File 'lib/pubmed_api/parsers.rb', line 110 def frequency @frequency end |
#issn ⇒ Object
Returns the value of attribute issn
110 111 112 |
# File 'lib/pubmed_api/parsers.rb', line 110 def issn @issn end |
#nlmid ⇒ Object
Returns the value of attribute nlmid
110 111 112 |
# File 'lib/pubmed_api/parsers.rb', line 110 def nlmid @nlmid end |
#started ⇒ Object
Returns the value of attribute started
110 111 112 |
# File 'lib/pubmed_api/parsers.rb', line 110 def started @started end |
#title_long ⇒ Object
Returns the value of attribute title_long
110 111 112 |
# File 'lib/pubmed_api/parsers.rb', line 110 def title_long @title_long end |
#title_short ⇒ Object
Returns the value of attribute title_short
110 111 112 |
# File 'lib/pubmed_api/parsers.rb', line 110 def title_short @title_short end |