Class: PubmedAPI::XMLParser::AuthorStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/pubmed_api/parsers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fore_nameObject

Returns the value of attribute fore_name

Returns:

  • (Object)

    the current value of fore_name



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def fore_name
  @fore_name
end

#initialsObject

Returns the value of attribute initials

Returns:

  • (Object)

    the current value of initials



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def initials
  @initials
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



138
139
140
# File 'lib/pubmed_api/parsers.rb', line 138

def last_name
  @last_name
end