TaskJuggler::ListAttributeBase
# File lib/taskjuggler/Attributes.rb, line 644 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 648 def TaskDepListAttribute::tjpId 'taskdeplist' end
# File lib/taskjuggler/Attributes.rb, line 652 def to_s(query = nil) out = [] get.each { |t, onEnd| out << t.fullId } out.join(", ") end
# File lib/taskjuggler/Attributes.rb, line 658 def to_tjp out = [] get.each { |t, onEnd| out << t.fullId } @type.id + " " + out.join(', ') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.