lib/glossarist/concept.rb in glossarist-new-1.0.3 vs lib/glossarist/concept.rb in glossarist-new-1.0.4
- old
+ new
@@ -38,15 +38,19 @@
# Concept examples
# @return [Array<DetailedDefinition>]
attr_reader :examples
+ # Contains list of extended attributes
+ attr_accessor :extension_attributes
+
def initialize(*)
@localizations = {}
@sources = []
@related = []
@notes = []
@designations = []
+ @extension_attributes = {}
super
end
# List of authorative sources.