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
113 114 115 |
# File 'lib/pubmed_api/parsers.rb', line 113 def frequency @frequency end |
#issn ⇒ Object
Returns the value of attribute issn
113 114 115 |
# File 'lib/pubmed_api/parsers.rb', line 113 def issn @issn end |
#nlmid ⇒ Object
Returns the value of attribute nlmid
113 114 115 |
# File 'lib/pubmed_api/parsers.rb', line 113 def nlmid @nlmid end |
#started ⇒ Object
Returns the value of attribute started
113 114 115 |
# File 'lib/pubmed_api/parsers.rb', line 113 def started @started end |
#title_long ⇒ Object
Returns the value of attribute title_long
113 114 115 |
# File 'lib/pubmed_api/parsers.rb', line 113 def title_long @title_long end |
#title_short ⇒ Object
Returns the value of attribute title_short
113 114 115 |
# File 'lib/pubmed_api/parsers.rb', line 113 def title_short @title_short end |