TaskJuggler::ListAttributeBase
# File lib/taskjuggler/Attributes.rb, line 94 94: def initialize(property, type) 95: super 96: end
# File lib/taskjuggler/Attributes.rb, line 98 98: def BookingListAttribute::tjpId 99: 'bookinglist' 100: end
# File lib/taskjuggler/Attributes.rb, line 102 102: def to_s(query = nil) 103: @value.collect{ |x| x.to_s }.join(', ') 104: end
# File lib/taskjuggler/Attributes.rb, line 106 106: def to_tjp 107: raise "Don't call this method. This needs to be a special case." 108: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.