Class TaskJuggler::LimitsAttribute
In: lib/taskjuggler/Attributes.rb
Parent: AttributeBase

Methods

new   tjpId   to_tjp  

Public Class methods

[Source]

# File lib/taskjuggler/Attributes.rb, line 384
    def initialize(property, type, container)
      super
      v = get
      v.setProject(property.project) if v
    end

[Source]

# File lib/taskjuggler/Attributes.rb, line 390
    def LimitsAttribute::tjpId
      'limits'
    end

Public Instance methods

[Source]

# File lib/taskjuggler/Attributes.rb, line 394
    def to_tjp
      'This code is still missing!'
    end

[Validate]