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.
1509 |
# File 'sig/types.rbs', line 1509
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.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def @authors end |
#citation_count ⇒ Integer?
Returns the value of attribute citation_count.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def citation_count @citation_count end |
#dois ⇒ Array[String]?
Returns the value of attribute dois.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def dois @dois end |
#format ⇒ String?
Returns the value of attribute format.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def format @format end |
#keywords ⇒ Array[String]?
Returns the value of attribute keywords.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def keywords @keywords end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def year_range @year_range end |