# File lib/taskjuggler/Attributes.rb, line 277 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 281 def FlagListAttribute::tjpId 'flaglist' end
# File lib/taskjuggler/Attributes.rb, line 285 def to_s(query = nil) get.join(', ') end
# File lib/taskjuggler/Attributes.rb, line 289 def to_tjp "flags #{get.join(', ')}" end