Methods

Class Index [+]

Quicksearch

TaskJuggler::DateAttribute

Public Class Methods

new(property, type, container) click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 188
188:     def initialize(property, type, container)
189:       super
190:     end
tjpId() click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 200
200:     def DateAttribute::tjpId
201:       'date'
202:     end

Public Instance Methods

to_s(query = nil) click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 192
192:     def to_s(query = nil)
193:       if (v = get)
194:         v.to_s(query ? query.timeFormat : '%Y-%m-%d')
195:       else
196:         'Error'
197:       end
198:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.