Class: Glossarist::TableReference

Inherits:
NonVerbalReference show all
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

of_yaml

Instance Method Details

#dedup_keyObject



14
15
16
# File 'lib/glossarist/table_reference.rb', line 14

def dedup_key
  [self.class.name, entity_id]
end