class Tdc::ExtendedAttributes::InterpreterBase

Public Instance Methods

interpret(_instance_definition) click to toggle source
# File lib/tdc/extended_attributes/interpreter_base.rb, line 4
def interpret(_instance_definition)
  raise Tdc::MissingOverrideError, "Implement the 'keep_extended_attributes' method"
end