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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#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
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def @author end |
#endingPage ⇒ Object
Returns the value of attribute endingPage
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def endingPage @endingPage end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def id @id end |
#journal ⇒ Object
Returns the value of attribute journal
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def journal @journal end |
#language ⇒ Object
Returns the value of attribute language
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def language @language end |
#number ⇒ Object
Returns the value of attribute number
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def number @number end |
#paperType ⇒ Object
Returns the value of attribute paperType
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def paperType @paperType end |
#publicationDate ⇒ Object
Returns the value of attribute publicationDate
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def publicationDate @publicationDate end |
#publicationName ⇒ Object
Returns the value of attribute publicationName
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def publicationName @publicationName end |
#publisher ⇒ Object
Returns the value of attribute publisher
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def publisher @publisher end |
#referee ⇒ Object
Returns the value of attribute referee
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def referee @referee end |
#startingPage ⇒ Object
Returns the value of attribute startingPage
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def startingPage @startingPage end |
#summary ⇒ Object
Returns the value of attribute summary
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def title @title end |
#volume ⇒ Object
Returns the value of attribute volume
9 10 11 |
# File 'lib/researchmap2bib.rb', line 9 def volume @volume end |