require_relative 'interface_helper' # # PreprocessedData interface # # @author Andreas Eger class PreprocessedData < InterfaceHelper attribute :data attribute :id attribute :label end