TaskJuggler::AttributeBase
# File lib/Attributes.rb, line 556 556: def initialize(property, type) 557: super 558: 559: @value = Array.new 560: end
# File lib/Attributes.rb, line 562 562: def TaskListAttribute::tjpId 563: 'tasklist' 564: end
# File lib/Attributes.rb, line 566 566: def to_s(query = nil) 567: out = [] 568: @value.each { |t, onEnd| out << t.fullId } 569: out.join(", ") 570: end
# File lib/Attributes.rb, line 572 572: def to_tjp 573: out = [] 574: @value.each { |r| out << r[0].fullId } 575: @type.id + " " + out.join(', ') 576: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.