# File lib/taskjuggler/Attributes.rb, line 335
335: definitialize(property, type)
336: super
337: @value.setProject(property.project) if@value
338: end
tjpId()click to toggle source
# File lib/taskjuggler/Attributes.rb, line 340
340: defLimitsAttribute::tjpId
341: 'limits'
342: end
Public Instance Methods
to_tjp()click to toggle source
# File lib/taskjuggler/Attributes.rb, line 344
344: defto_tjp
345: 'This code is still missing!'
346: end