ListAttributeBase
# File lib/taskjuggler/Attributes.rb, line 334 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 338 def TimeIntervalListAttribute::tjpId 'intervallist' end
# File lib/taskjuggler/Attributes.rb, line 342 def to_s(query = nil) out = [] get.each { |i| out << i.to_s } out.join(", ") end
# File lib/taskjuggler/Attributes.rb, line 348 def to_tjp out = [] get.each { |i| out << i.to_s } @type.id + " " + out.join(', ') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.