Class: Rubyscholar::Paper

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubyscholar-main.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def authors
  @authors
end

#citationCountObject

Returns the value of attribute citationCount

Returns:

  • (Object)

    the current value of citationCount



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def citationCount
  @citationCount
end

#citingPapersObject

Returns the value of attribute citingPapers

Returns:

  • (Object)

    the current value of citingPapers



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def citingPapers
  @citingPapers
end

#doiObject

Returns the value of attribute doi

Returns:

  • (Object)

    the current value of doi



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def doi
  @doi
end

#journalDetailsObject

Returns the value of attribute journalDetails

Returns:

  • (Object)

    the current value of journalDetails



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def journalDetails
  @journalDetails
end

#journalNameObject

Returns the value of attribute journalName

Returns:

  • (Object)

    the current value of journalName



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def journalName
  @journalName
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def url
  @url
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



15
16
17
# File 'lib/rubyscholar-main.rb', line 15

def year
  @year
end