# File lib/taskjuggler/Attributes.rb, line 144 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 148 def ChargeListAttribute::tjpId 'charge' end
# File lib/taskjuggler/Attributes.rb, line 152 def to_s(query = nil) get.join(', ') end