# File lib/taskjuggler/Attributes.rb, line 106 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 110 def BookingListAttribute::tjpId 'bookinglist' end
# File lib/taskjuggler/Attributes.rb, line 114 def to_s(query = nil) get.collect{ |x| x.to_s }.join(', ') end
# File lib/taskjuggler/Attributes.rb, line 118 def to_tjp raise "Don't call this method. This needs to be a special case." end