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.
1544 |
# File 'sig/types.rbs', line 1544
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.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def @authors end |
#citation_count ⇒ Integer?
Returns the value of attribute citation_count.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def citation_count @citation_count end |
#dois ⇒ Array[String]?
Returns the value of attribute dois.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def dois @dois end |
#format ⇒ String?
Returns the value of attribute format.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def format @format end |
#keywords ⇒ Array[String]?
Returns the value of attribute keywords.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def keywords @keywords end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def year_range @year_range end |