Class: Tdc::ExtendedAttributes::InterpreterBase
- Inherits:
-
Object
- Object
- Tdc::ExtendedAttributes::InterpreterBase
- Defined in:
- lib/tdc/extended_attributes/interpreter_base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#interpret(_instance_definition) ⇒ Object
4 5 6 |
# File 'lib/tdc/extended_attributes/interpreter_base.rb', line 4 def interpret(_instance_definition) raise Tdc::MissingOverrideError, "Implement the 'keep_extended_attributes' method" end |