# File lib/taskjuggler/Attributes.rb, line 383 def initialize(property, type, container) super v = get v.setProject(property.project) if v end
# File lib/taskjuggler/Attributes.rb, line 389 def LimitsAttribute::tjpId 'limits' end
# File lib/taskjuggler/Attributes.rb, line 393 def to_tjp 'This code is still missing!' end