Class: PubmedAPI::XMLParser::PaperStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract

Returns:

  • (Object)

    the current value of abstract



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def abstract
  @abstract
end

#article_dateObject

Returns the value of attribute article_date

Returns:

  • (Object)

    the current value of article_date



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def 
  @article_date
end

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def authors
  @authors
end

#completeObject

Returns the value of attribute complete

Returns:

  • (Object)

    the current value of complete



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def complete
  @complete
end

#date_appearedObject

Returns the value of attribute date_appeared

Returns:

  • (Object)

    the current value of date_appeared



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def date_appeared
  @date_appeared
end

#doiObject

Returns the value of attribute doi

Returns:

  • (Object)

    the current value of doi



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def doi
  @doi
end

#journalObject

Returns the value of attribute journal

Returns:

  • (Object)

    the current value of journal



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def journal
  @journal
end

#nlmidObject

Returns the value of attribute nlmid

Returns:

  • (Object)

    the current value of nlmid



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def nlmid
  @nlmid
end

#pdf_urlObject

Returns the value of attribute pdf_url

Returns:

  • (Object)

    the current value of pdf_url



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def pdf_url
  @pdf_url
end

#pmidObject

Returns the value of attribute pmid

Returns:

  • (Object)

    the current value of pmid



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def pmid
  @pmid
end

#pubmed_dateObject

Returns the value of attribute pubmed_date

Returns:

  • (Object)

    the current value of pubmed_date



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def pubmed_date
  @pubmed_date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



29
30
31
# File 'lib/pubmed_api/parsers.rb', line 29

def url
  @url
end