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



165
166
167
# File 'lib/pubmed_api/parsers.rb', line 165

def fore_name
  @fore_name
end

#initialsObject

Returns the value of attribute initials

Returns:

  • (Object)

    the current value of initials



165
166
167
# File 'lib/pubmed_api/parsers.rb', line 165

def initials
  @initials
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



165
166
167
# File 'lib/pubmed_api/parsers.rb', line 165

def last_name
  @last_name
end