Class: Connect::Entry::Reference
- Defined in:
- lib/connect/entries/reference.rb
Overview
A class representing a reference entry in the values table. An instance of the class connect one entry to an other
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#to_ext ⇒ Hash
Translate the object for external representation.
Methods inherited from Base
#add_reference, #final, #initialize, #merge!
Constructor Details
This class inherits a constructor from Connect::Entry::Base
Instance Method Details
#to_ext ⇒ Hash
Translate the object for external representation
17 18 19 20 21 |
# File 'lib/connect/entries/reference.rb', line 17 def to_ext value = Connect::Entry::Base.values_table.internal_lookup(@value).final # TODO: What if we have multiple references Connect::Selector.run(value, @selector) end |