Class: Xberg::CitationMetadata
- Inherits:
-
Object
- Object
- Xberg::CitationMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#authors ⇒ Array[String]
readonly
Returns the value of attribute authors.
-
#citation_count ⇒ Integer
readonly
Returns the value of attribute citation_count.
-
#dois ⇒ Array[String]
readonly
Returns the value of attribute dois.
-
#format ⇒ String?
readonly
Returns the value of attribute format.
-
#keywords ⇒ Array[String]
readonly
Returns the value of attribute keywords.
-
#year_range ⇒ YearRange?
readonly
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.
232 |
# File 'sig/types.rbs', line 232 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] (readonly)
Returns the value of attribute authors.
227 228 229 |
# File 'sig/types.rbs', line 227 def end |
#citation_count ⇒ Integer (readonly)
Returns the value of attribute citation_count.
225 226 227 |
# File 'sig/types.rbs', line 225 def citation_count @citation_count end |
#dois ⇒ Array[String] (readonly)
Returns the value of attribute dois.
229 230 231 |
# File 'sig/types.rbs', line 229 def dois @dois end |
#format ⇒ String? (readonly)
Returns the value of attribute format.
226 227 228 |
# File 'sig/types.rbs', line 226 def format @format end |
#keywords ⇒ Array[String] (readonly)
Returns the value of attribute keywords.
230 231 232 |
# File 'sig/types.rbs', line 230 def keywords @keywords end |
#year_range ⇒ YearRange? (readonly)
Returns the value of attribute year_range.
228 229 230 |
# File 'sig/types.rbs', line 228 def year_range @year_range end |