Class: Xberg::BibtexMetadata
- Inherits:
-
Object
- Object
- Xberg::BibtexMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#authors ⇒ Array[String]?
Returns the value of attribute authors.
-
#citation_keys ⇒ Array[String]?
Returns the value of attribute citation_keys.
-
#entry_count ⇒ Integer?
Returns the value of attribute entry_count.
-
#entry_types ⇒ Hash[String, Integer]?
Returns the value of attribute entry_types.
-
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
Instance Method Summary collapse
-
#initialize ⇒ BibtexMetadata
constructor
A new instance of BibtexMetadata.
Constructor Details
#initialize ⇒ BibtexMetadata
Returns a new instance of BibtexMetadata.
1472 |
# File 'sig/types.rbs', line 1472
def initialize: (?entry_count: Integer, ?citation_keys: Array[String], ?authors: Array[String], ?year_range: YearRange, ?entry_types: Hash[String, Integer]) -> void
|
Instance Attribute Details
#authors ⇒ Array[String]?
Returns the value of attribute authors.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def @authors end |
#citation_keys ⇒ Array[String]?
Returns the value of attribute citation_keys.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def citation_keys @citation_keys end |
#entry_count ⇒ Integer?
Returns the value of attribute entry_count.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def entry_count @entry_count end |
#entry_types ⇒ Hash[String, Integer]?
Returns the value of attribute entry_types.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def entry_types @entry_types end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def year_range @year_range end |