Class: TaskJuggler::BookingListAttribute
Instance Attribute Summary
#inherited, #property, #provided, #type
Class Method Summary
collapse
Instance Method Summary
collapse
#isList?, isList?
#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_sort
Constructor Details
#initialize(property, type, container) ⇒ BookingListAttribute
108
109
110
|
# File 'lib/taskjuggler/Attributes.rb', line 108
def initialize(property, type, container)
super
end
|
Class Method Details
112
113
114
|
# File 'lib/taskjuggler/Attributes.rb', line 112
def BookingListAttribute::tjpId
'bookinglist'
end
|
Instance Method Details
#to_s(query = nil) ⇒ Object
116
117
118
|
# File 'lib/taskjuggler/Attributes.rb', line 116
def to_s(query = nil)
get.collect{ |x| x.to_s }.join(', ')
end
|
120
121
122
|
# File 'lib/taskjuggler/Attributes.rb', line 120
def to_tjp
raise "Don't call this method. This needs to be a special case."
end
|