Class: Arxiv::Downloader::Metadata
- Inherits:
-
Data
- Object
- Data
- Arxiv::Downloader::Metadata
- 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
-
#abstract ⇒ Object
readonly
Returns the value of attribute abstract.
-
#arxiv_id ⇒ Object
readonly
Returns the value of attribute arxiv_id.
-
#arxiv_url ⇒ Object
readonly
Returns the value of attribute arxiv_url.
-
#authors ⇒ Object
readonly
Returns the value of attribute authors.
-
#categories ⇒ Object
readonly
Returns the value of attribute categories.
-
#comment ⇒ Object
readonly
Returns the value of attribute comment.
-
#doi ⇒ Object
readonly
Returns the value of attribute doi.
-
#journal_ref ⇒ Object
readonly
Returns the value of attribute journal_ref.
-
#pdf_url ⇒ Object
readonly
Returns the value of attribute pdf_url.
-
#primary_category ⇒ Object
readonly
Returns the value of attribute primary_category.
-
#published ⇒ Object
readonly
Returns the value of attribute published.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#updated ⇒ Object
readonly
Returns the value of attribute updated.
Instance Attribute Details
#abstract ⇒ Object (readonly)
Returns the value of attribute abstract
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def abstract @abstract end |
#arxiv_id ⇒ Object (readonly)
Returns the value of attribute arxiv_id
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def arxiv_id @arxiv_id end |
#arxiv_url ⇒ Object (readonly)
Returns the value of attribute arxiv_url
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def arxiv_url @arxiv_url end |
#authors ⇒ Object (readonly)
Returns the value of attribute authors
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def @authors end |
#categories ⇒ Object (readonly)
Returns the value of attribute categories
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def categories @categories end |
#comment ⇒ Object (readonly)
Returns the value of attribute comment
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def comment @comment end |
#doi ⇒ Object (readonly)
Returns the value of attribute doi
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def doi @doi end |
#journal_ref ⇒ Object (readonly)
Returns the value of attribute journal_ref
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def journal_ref @journal_ref end |
#pdf_url ⇒ Object (readonly)
Returns the value of attribute pdf_url
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def pdf_url @pdf_url end |
#primary_category ⇒ Object (readonly)
Returns the value of attribute primary_category
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def primary_category @primary_category end |
#published ⇒ Object (readonly)
Returns the value of attribute published
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def published @published end |
#title ⇒ Object (readonly)
Returns the value of attribute title
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def title @title end |
#updated ⇒ Object (readonly)
Returns the value of attribute updated
3 4 5 |
# File 'lib/arxiv/downloader/metadata.rb', line 3 def updated @updated end |