Class: Coradoc::CoreModel::FootnoteReference
- Inherits:
-
Base
- Object
- Lutaml::Model::Serializable
- Base
- Coradoc::CoreModel::FootnoteReference
- Defined in:
- lib/coradoc/core_model/footnote.rb
Overview
Represents an inline footnote reference
FootnoteReference links to a Footnote definition within document text.
Instance Attribute Summary collapse
-
#id ⇒ String?
The footnote identifier being referenced.
Attributes inherited from Base
#element_attributes, #metadata_entries, #title
Method Summary
Methods inherited from Base
#accept, #attr, #metadata, #semantically_equivalent?, #set_attr, #set_metadata
Instance Attribute Details
#id ⇒ String?
Returns the footnote identifier being referenced.
57 |
# File 'lib/coradoc/core_model/footnote.rb', line 57 attribute :id, :string |