Class Index [+]

Quicksearch

TaskJuggler::StringAttribute

Public Class Methods

new(property, type) click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 554
554:     def initialize(property, type)
555:       super
556:     end
tjpId() click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 558
558:     def StringAttribute::tjpId
559:       'text'
560:     end

Public Instance Methods

to_tjp() click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 562
562:     def to_tjp
563:       "#{@type.id} \"#{@value}\""
564:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.