TaskJuggler::ListAttributeBase
# File lib/taskjuggler/Attributes.rb, line 223 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 227 def DependencyListAttribute::tjpId 'dependencylist' end
# File lib/taskjuggler/Attributes.rb, line 231 def to_s(query = nil) out = [] get.each { |t| out << t.task.fullId if t.task } out.join(', ') end
# File lib/taskjuggler/Attributes.rb, line 237 def to_tjp out = [] get.each { |taskDep| out << taskDep.task.fullId } @type.id + " " + out.join(', ') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.