Class: Glossarist::FormulaReference
- Inherits:
-
NonVerbalReference
- Object
- Lutaml::Model::Serializable
- NonVerbalReference
- Glossarist::FormulaReference
- Defined in:
- lib/glossarist/formula_reference.rb
Overview
A reference from a concept to a dataset-level Formula entity.
Produced by ‘formulas: [id]` structural arrays and `{formula:id}` inline mentions.
Instance Method Summary collapse
Methods inherited from NonVerbalReference
Instance Method Details
#dedup_key ⇒ Object
14 15 16 |
# File 'lib/glossarist/formula_reference.rb', line 14 def dedup_key [self.class.name, entity_id] end |