class TaskJuggler::LimitsAttribute
Public Class Methods
new(property, type, container)
click to toggle source
Calls superclass method
TaskJuggler::AttributeBase::new
# File lib/taskjuggler/Attributes.rb, line 385 def initialize(property, type, container) super v = get v.setProject(property.project) if v end
tjpId()
click to toggle source
# File lib/taskjuggler/Attributes.rb, line 391 def LimitsAttribute::tjpId 'limits' end
Public Instance Methods
to_tjp()
click to toggle source
# File lib/taskjuggler/Attributes.rb, line 395 def to_tjp 'This code is still missing!' end