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.
1427 |
# File 'sig/types.rbs', line 1427
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.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def @authors end |
#citation_count ⇒ Integer?
Returns the value of attribute citation_count.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def citation_count @citation_count end |
#dois ⇒ Array[String]?
Returns the value of attribute dois.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def dois @dois end |
#format ⇒ String?
Returns the value of attribute format.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def format @format end |
#keywords ⇒ Array[String]?
Returns the value of attribute keywords.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def keywords @keywords end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def year_range @year_range end |