TaskJuggler::AttributeBase
# File lib/taskjuggler/Attributes.rb, line 527 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 535 def RichTextAttribute::tjpId 'richtext' end
# File lib/taskjuggler/Attributes.rb, line 531 def inputText (v = get) ? v.richText.inputText : '' end
# File lib/taskjuggler/Attributes.rb, line 539 def to_s(query = nil) (v = get) ? v.to_s : '' end
# File lib/taskjuggler/Attributes.rb, line 543 def to_tjp "#{@type.id} #{quotedString(get.richText.inputText)}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.