Class: ArxivResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract

Returns:

  • (Object)

    the current value of abstract



9
10
11
# File 'lib/arxiv.rb', line 9

def abstract
  @abstract
end

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



9
10
11
# File 'lib/arxiv.rb', line 9

def authors
  @authors
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



9
10
11
# File 'lib/arxiv.rb', line 9

def date
  @date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/arxiv.rb', line 9

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/arxiv.rb', line 9

def url
  @url
end