# File lib/taskjuggler/Attributes.rb, line 366 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 370 def LeaveListAttribute::tjpId 'leave' end
# File lib/taskjuggler/Attributes.rb, line 374 def to_tjp "leaves #{get.join(",\n")}" end