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