# File lib/taskjuggler/Attributes.rb, line 25 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 29 def AccountAttribute::tjpId 'account' end
# File lib/taskjuggler/Attributes.rb, line 33 def to_s(query = nil) (v = get) ? v.id : '' end
# File lib/taskjuggler/Attributes.rb, line 37 def to_tjp (v = get)? v.id : '' end