Class Index [+]

Quicksearch

TaskJuggler::RichTextAttribute

Public Class Methods

new(property, type) click to toggle source
     # File lib/Attributes.rb, line 477
477:     def initialize(property, type)
478:       super
479:     end
tjpId() click to toggle source
     # File lib/Attributes.rb, line 485
485:     def RichTextAttribute::tjpId
486:       'richtext'
487:     end

Public Instance Methods

inputText() click to toggle source
     # File lib/Attributes.rb, line 481
481:     def inputText
482:       @value ? @value.richText.inputText : ''
483:     end
to_s(query = nil) click to toggle source
     # File lib/Attributes.rb, line 489
489:     def to_s(query = nil)
490:       @value ? @value.to_s : ''
491:     end
to_tjp() click to toggle source
     # File lib/Attributes.rb, line 493
493:     def to_tjp
494:       "#{@type.id} \"#{@value.to_s}\""
495:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.