Class: PubmedAPI::XMLParser::AuthorStruct
- Inherits:
-
Struct
- Object
- Struct
- PubmedAPI::XMLParser::AuthorStruct
- Defined in:
- lib/pubmed_api/parsers.rb
Instance Attribute Summary collapse
-
#fore_name ⇒ Object
Returns the value of attribute fore_name.
-
#initials ⇒ Object
Returns the value of attribute initials.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
Instance Attribute Details
#fore_name ⇒ Object
Returns the value of attribute fore_name
138 139 140 |
# File 'lib/pubmed_api/parsers.rb', line 138 def fore_name @fore_name end |
#initials ⇒ Object
Returns the value of attribute initials
138 139 140 |
# File 'lib/pubmed_api/parsers.rb', line 138 def initials @initials end |
#last_name ⇒ Object
Returns the value of attribute last_name
138 139 140 |
# File 'lib/pubmed_api/parsers.rb', line 138 def last_name @last_name end |