AttributeBase
# File lib/taskjuggler/Attributes.rb, line 567 def initialize(property, type, container) super v = get v.project = property.project if v end
# File lib/taskjuggler/Attributes.rb, line 573 def ShiftAssignmentsAttribute::tjpId 'shifts' end
# File lib/taskjuggler/Attributes.rb, line 577 def to_tjp v = get first = true str = 'shifts ' v.assignments.each do |sa| if first first = false else str += ",\n" end str += "#{sa.shiftScenario.property.fullId} #{sa.interval}" end str end
[Validate]
Generated with the Darkfish Rdoc Generator 2.