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



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

def author
  @author
end

#endingPageObject

Returns the value of attribute endingPage

Returns:

  • (Object)

    the current value of endingPage



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

def endingPage
  @endingPage
end

#journalObject

Returns the value of attribute journal

Returns:

  • (Object)

    the current value of journal



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

def journal
  @journal
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



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

def language
  @language
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



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

def number
  @number
end

#paperTypeObject

Returns the value of attribute paperType

Returns:

  • (Object)

    the current value of paperType



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

def paperType
  @paperType
end

#publicationDateObject

Returns the value of attribute publicationDate

Returns:

  • (Object)

    the current value of publicationDate



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

def publicationDate
  @publicationDate
end

#publicationNameObject

Returns the value of attribute publicationName

Returns:

  • (Object)

    the current value of publicationName



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

def publicationName
  @publicationName
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



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

def publisher
  @publisher
end

#refereeObject

Returns the value of attribute referee

Returns:

  • (Object)

    the current value of referee



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

def referee
  @referee
end

#startingPageObject

Returns the value of attribute startingPage

Returns:

  • (Object)

    the current value of startingPage



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

def startingPage
  @startingPage
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



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

def summary
  @summary
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#volumeObject

Returns the value of attribute volume

Returns:

  • (Object)

    the current value of volume



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

def volume
  @volume
end