Class: Glossarist::FormulaReference

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

of_yaml

Instance Method Details

#dedup_keyObject



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

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