[Source]
# File lib/taskjuggler/Attributes.rb, line 26 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 30 def AccountAttribute::tjpId 'account' end
# File lib/taskjuggler/Attributes.rb, line 34 def to_s(query = nil) (v = get) ? v.id : '' end
# File lib/taskjuggler/Attributes.rb, line 38 def to_tjp (v = get)? v.id : '' end
[Validate]