Class Index [+]

Quicksearch

TaskJuggler::TaskListAttribute

Public Class Methods

new(property, type) click to toggle source
     # File lib/Attributes.rb, line 556
556:     def initialize(property, type)
557:       super
558: 
559:       @value = Array.new
560:     end
tjpId() click to toggle source
     # File lib/Attributes.rb, line 562
562:     def TaskListAttribute::tjpId
563:       'tasklist'
564:     end

Public Instance Methods

to_s(query = nil) click to toggle source
     # 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
to_tjp() click to toggle source
     # 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.