Class: Xberg::FootnoteConfig
- Inherits:
-
Object
- Object
- Xberg::FootnoteConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#parse_citations ⇒ Boolean
readonly
Returns the value of attribute parse_citations.
Instance Method Summary collapse
-
#initialize ⇒ FootnoteConfig
constructor
A new instance of FootnoteConfig.
- #with_parse_citations ⇒ FootnoteConfig
Constructor Details
#initialize ⇒ FootnoteConfig
Returns a new instance of FootnoteConfig.
1097 |
# File 'sig/types.rbs', line 1097 def initialize: (?parse_citations: bool) -> void |
Instance Attribute Details
#parse_citations ⇒ Boolean (readonly)
Returns the value of attribute parse_citations.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def parse_citations @parse_citations end |
Instance Method Details
#with_parse_citations ⇒ FootnoteConfig
1098 |
# File 'sig/types.rbs', line 1098 def with_parse_citations: (bool enabled) -> FootnoteConfig |