Class: Researchmap2bib::Entry
- Inherits:
-
Struct
- Object
- Struct
- Researchmap2bib::Entry
- Defined in:
- lib/researchmap2bib.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#endingPage ⇒ Object
Returns the value of attribute endingPage.
-
#journal ⇒ Object
Returns the value of attribute journal.
-
#language ⇒ Object
Returns the value of attribute language.
-
#number ⇒ Object
Returns the value of attribute number.
-
#paperType ⇒ Object
Returns the value of attribute paperType.
-
#publicationDate ⇒ Object
Returns the value of attribute publicationDate.
-
#publicationName ⇒ Object
Returns the value of attribute publicationName.
-
#publisher ⇒ Object
Returns the value of attribute publisher.
-
#referee ⇒ Object
Returns the value of attribute referee.
-
#startingPage ⇒ Object
Returns the value of attribute startingPage.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
-
#volume ⇒ Object
Returns the value of attribute volume.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def @author end |
#endingPage ⇒ Object
Returns the value of attribute endingPage
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def endingPage @endingPage end |
#journal ⇒ Object
Returns the value of attribute journal
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def journal @journal end |
#language ⇒ Object
Returns the value of attribute language
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def language @language end |
#number ⇒ Object
Returns the value of attribute number
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def number @number end |
#paperType ⇒ Object
Returns the value of attribute paperType
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def paperType @paperType end |
#publicationDate ⇒ Object
Returns the value of attribute publicationDate
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def publicationDate @publicationDate end |
#publicationName ⇒ Object
Returns the value of attribute publicationName
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def publicationName @publicationName end |
#publisher ⇒ Object
Returns the value of attribute publisher
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def publisher @publisher end |
#referee ⇒ Object
Returns the value of attribute referee
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def referee @referee end |
#startingPage ⇒ Object
Returns the value of attribute startingPage
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def startingPage @startingPage end |
#summary ⇒ Object
Returns the value of attribute summary
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def title @title end |
#volume ⇒ Object
Returns the value of attribute volume
10 11 12 |
# File 'lib/researchmap2bib.rb', line 10 def volume @volume end |