Class: Arxiv::Downloader::Metadata

Inherits:
Data
  • Object
show all
Defined in:
lib/arxiv/downloader/metadata.rb,
lib/arxiv/downloader/metadata/json.rb,
lib/arxiv/downloader/metadata/yaml.rb,
lib/arxiv/downloader/metadata/bibtex.rb,
lib/arxiv/downloader/metadata/markdown.rb

Defined Under Namespace

Classes: Bibtex, JSON, Markdown, YAML

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject (readonly)

Returns the value of attribute abstract

Returns:

  • (Object)

    the current value of abstract



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def abstract
  @abstract
end

#arxiv_idObject (readonly)

Returns the value of attribute arxiv_id

Returns:

  • (Object)

    the current value of arxiv_id



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def arxiv_id
  @arxiv_id
end

#arxiv_urlObject (readonly)

Returns the value of attribute arxiv_url

Returns:

  • (Object)

    the current value of arxiv_url



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def arxiv_url
  @arxiv_url
end

#authorsObject (readonly)

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def authors
  @authors
end

#categoriesObject (readonly)

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def categories
  @categories
end

#commentObject (readonly)

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def comment
  @comment
end

#doiObject (readonly)

Returns the value of attribute doi

Returns:

  • (Object)

    the current value of doi



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def doi
  @doi
end

#journal_refObject (readonly)

Returns the value of attribute journal_ref

Returns:

  • (Object)

    the current value of journal_ref



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def journal_ref
  @journal_ref
end

#pdf_urlObject (readonly)

Returns the value of attribute pdf_url

Returns:

  • (Object)

    the current value of pdf_url



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def pdf_url
  @pdf_url
end

#primary_categoryObject (readonly)

Returns the value of attribute primary_category

Returns:

  • (Object)

    the current value of primary_category



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def primary_category
  @primary_category
end

#publishedObject (readonly)

Returns the value of attribute published

Returns:

  • (Object)

    the current value of published



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def published
  @published
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def title
  @title
end

#updatedObject (readonly)

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



3
4
5
# File 'lib/arxiv/downloader/metadata.rb', line 3

def updated
  @updated
end