UNPKG

oca_package

Version:

The wrapper of OCA bundle to generate OCA Package at ADC

11 lines (10 loc) 267 B
class Attribute { constructor(attribute) { this.name = attribute; this.attribute_separators = {}; } setAttributeSeparators(attribute_separators) { this.attribute_separators = attribute_separators; } } export default Attribute;