TaskJuggler::AttributeBase
# File lib/taskjuggler/Attributes.rb, line 24 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 28 def AccountAttribute::tjpId 'account' end
# File lib/taskjuggler/Attributes.rb, line 32 def to_s(query = nil) (v = get) ? v.id : '' end
# File lib/taskjuggler/Attributes.rb, line 36 def to_tjp (v = get)? v.id : '' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.