TaskJuggler::AttributeBase
# File lib/Attributes.rb, line 235 235: def initialize(property, type) 236: super 237: end
# File lib/Attributes.rb, line 239 239: def DurationAttribute::tjpId 240: 'duration' 241: end
# File lib/Attributes.rb, line 247 247: def to_s(query = nil) 248: query ? query.scaleDuration(query.project.slotsToDays(@value)) : 249: @value.to_s 250: end
# File lib/Attributes.rb, line 243 243: def to_tjp 244: @type.id + ' ' + @value.to_s + 'h' 245: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.