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.
1416 |
# File 'sig/types.rbs', line 1416
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.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def @authors end |
#citation_keys ⇒ Array[String]?
Returns the value of attribute citation_keys.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def citation_keys @citation_keys end |
#entry_count ⇒ Integer?
Returns the value of attribute entry_count.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def entry_count @entry_count end |
#entry_types ⇒ Hash[String, Integer]?
Returns the value of attribute entry_types.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def entry_types @entry_types end |
#year_range ⇒ YearRange?
Returns the value of attribute year_range.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def year_range @year_range end |