Class: Glossarist::FigureReference
- Inherits:
-
NonVerbalReference
- Object
- Lutaml::Model::Serializable
- NonVerbalReference
- Glossarist::FigureReference
- Defined in:
- lib/glossarist/figure_reference.rb
Overview
A reference from a concept to a dataset-level Figure entity.
Produced by ‘figures: [id]` structural arrays and `{fig:id}` inline mentions. Both forms resolve through the same figure adapter.
Instance Method Summary collapse
Methods inherited from NonVerbalReference
Instance Method Details
#dedup_key ⇒ Object
14 15 16 |
# File 'lib/glossarist/figure_reference.rb', line 14 def dedup_key [self.class.name, entity_id] end |