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