ListAttributeBase
# File lib/taskjuggler/Attributes.rb, line 105 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 109 def BookingListAttribute::tjpId 'bookinglist' end
# File lib/taskjuggler/Attributes.rb, line 113 def to_s(query = nil) get.collect{ |x| x.to_s }.join(', ') end
# File lib/taskjuggler/Attributes.rb, line 117 def to_tjp raise "Don't call this method. This needs to be a special case." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.