The ListAttributeBase is a specialized
form of AttributeBase for a list of values
instead of a single value. It will be used as a base class for all
attributes that hold lists.
Public Class Methods
new(property, type, container)click to toggle source
# File lib/taskjuggler/AttributeBase.rb, line 172definitialize(property, type, container)
superend
Public Instance Methods
to_s()click to toggle source
# File lib/taskjuggler/AttributeBase.rb, line 176defto_sget.join(', ')
end