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



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def abstract
  @abstract
end

#article_dateObject

Returns the value of attribute article_date

Returns:

  • (Object)

    the current value of article_date



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def 
  @article_date
end

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def authors
  @authors
end

#completeObject

Returns the value of attribute complete

Returns:

  • (Object)

    the current value of complete



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def complete
  @complete
end

#date_appearedObject

Returns the value of attribute date_appeared

Returns:

  • (Object)

    the current value of date_appeared



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def date_appeared
  @date_appeared
end

#doiObject

Returns the value of attribute doi

Returns:

  • (Object)

    the current value of doi



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def doi
  @doi
end

#journalObject

Returns the value of attribute journal

Returns:

  • (Object)

    the current value of journal



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def journal
  @journal
end

#nlmidObject

Returns the value of attribute nlmid

Returns:

  • (Object)

    the current value of nlmid



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def nlmid
  @nlmid
end

#pdf_urlObject

Returns the value of attribute pdf_url

Returns:

  • (Object)

    the current value of pdf_url



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def pdf_url
  @pdf_url
end

#pmidObject

Returns the value of attribute pmid

Returns:

  • (Object)

    the current value of pmid



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def pmid
  @pmid
end

#pubmed_dateObject

Returns the value of attribute pubmed_date

Returns:

  • (Object)

    the current value of pubmed_date



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def pubmed_date
  @pubmed_date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



32
33
34
# File 'lib/pubmed_api/parsers.rb', line 32

def url
  @url
end