ListAttributeBase
# File lib/taskjuggler/Attributes.rb, line 311 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 315 def to_s(query = nil) get.join(', ') end