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.
1498 |
# File 'sig/types.rbs', line 1498
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.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def @authors end |
#citation_keys ⇒ Array[String]?
Returns the value of attribute citation_keys.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def citation_keys @citation_keys end |
#entry_count ⇒ Integer?
Returns the value of attribute entry_count.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def entry_count @entry_count end |
#entry_types ⇒ Hash[String, Integer]?
Returns the value of attribute entry_types.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def entry_types @entry_types end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def year_range @year_range end |