Class: Researchmap2bib::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def author
  @author
end

#endingPageObject

Returns the value of attribute endingPage

Returns:

  • (Object)

    the current value of endingPage



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def endingPage
  @endingPage
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def id
  @id
end

#journalObject

Returns the value of attribute journal

Returns:

  • (Object)

    the current value of journal



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def journal
  @journal
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def language
  @language
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def number
  @number
end

#paperTypeObject

Returns the value of attribute paperType

Returns:

  • (Object)

    the current value of paperType



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def paperType
  @paperType
end

#publicationDateObject

Returns the value of attribute publicationDate

Returns:

  • (Object)

    the current value of publicationDate



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def publicationDate
  @publicationDate
end

#publicationNameObject

Returns the value of attribute publicationName

Returns:

  • (Object)

    the current value of publicationName



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def publicationName
  @publicationName
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def publisher
  @publisher
end

#refereeObject

Returns the value of attribute referee

Returns:

  • (Object)

    the current value of referee



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def referee
  @referee
end

#startingPageObject

Returns the value of attribute startingPage

Returns:

  • (Object)

    the current value of startingPage



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def startingPage
  @startingPage
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def summary
  @summary
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def title
  @title
end

#volumeObject

Returns the value of attribute volume

Returns:

  • (Object)

    the current value of volume



9
10
11
# File 'lib/researchmap2bib.rb', line 9

def volume
  @volume
end