Class: Xberg::CitationMetadata
- Inherits:
-
Object
- Object
- Xberg::CitationMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#authors ⇒ Array[String]?
Returns the value of attribute authors.
-
#citation_count ⇒ Integer?
Returns the value of attribute citation_count.
-
#dois ⇒ Array[String]?
Returns the value of attribute dois.
-
#format ⇒ String?
Returns the value of attribute format.
-
#keywords ⇒ Array[String]?
Returns the value of attribute keywords.
-
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
Instance Method Summary collapse
-
#initialize ⇒ CitationMetadata
constructor
A new instance of CitationMetadata.
Constructor Details
#initialize ⇒ CitationMetadata
Returns a new instance of CitationMetadata.
1483 |
# File 'sig/types.rbs', line 1483
def initialize: (?citation_count: Integer, ?format: String, ?authors: Array[String], ?year_range: YearRange, ?dois: Array[String], ?keywords: Array[String]) -> void
|
Instance Attribute Details
#authors ⇒ Array[String]?
Returns the value of attribute authors.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def @authors end |
#citation_count ⇒ Integer?
Returns the value of attribute citation_count.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def citation_count @citation_count end |
#dois ⇒ Array[String]?
Returns the value of attribute dois.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def dois @dois end |
#format ⇒ String?
Returns the value of attribute format.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def format @format end |
#keywords ⇒ Array[String]?
Returns the value of attribute keywords.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def keywords @keywords end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def year_range @year_range end |