Class: ArxivSync::Paper

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

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract

Returns:

  • (Object)

    the current value of abstract



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def abstract
  @abstract
end

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def authors
  @authors
end

#categoriesObject

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def categories
  @categories
end

#commentsObject

Returns the value of attribute comments

Returns:

  • (Object)

    the current value of comments



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def comments
  @comments
end

#doiObject

Returns the value of attribute doi

Returns:

  • (Object)

    the current value of doi



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def doi
  @doi
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def id
  @id
end

#journal_refObject

Returns the value of attribute journal_ref

Returns:

  • (Object)

    the current value of journal_ref



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def journal_ref
  @journal_ref
end

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def license
  @license
end

#msc_classObject

Returns the value of attribute msc_class

Returns:

  • (Object)

    the current value of msc_class



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def msc_class
  @msc_class
end

#proxyObject

Returns the value of attribute proxy

Returns:

  • (Object)

    the current value of proxy



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def proxy
  @proxy
end

#report_noObject

Returns the value of attribute report_no

Returns:

  • (Object)

    the current value of report_no



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def report_no
  @report_no
end

#submitterObject

Returns the value of attribute submitter

Returns:

  • (Object)

    the current value of submitter



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def submitter
  @submitter
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def title
  @title
end

#versionsObject

Returns the value of attribute versions

Returns:

  • (Object)

    the current value of versions



8
9
10
# File 'lib/arxivsync/parser.rb', line 8

def versions
  @versions
end