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