class TaskJuggler::BookingListAttribute
Public Class Methods
Source
# File lib/taskjuggler/Attributes.rb, line 108 def initialize(property, type, container) super end
Calls superclass method
TaskJuggler::ListAttributeBase::new
Source
# File lib/taskjuggler/Attributes.rb, line 112 def BookingListAttribute::tjpId 'bookinglist' end
Public Instance Methods
Source
# File lib/taskjuggler/Attributes.rb, line 116 def to_s(query = nil) get.collect{ |x| x.to_s }.join(', ') end
Source
# File lib/taskjuggler/Attributes.rb, line 120 def to_tjp raise "Don't call this method. This needs to be a special case." end