Class TaskJuggler::AccountCreditListAttribute
In: lib/taskjuggler/Attributes.rb
Parent: ListAttributeBase

Methods

new   tjpId  

Public Class methods

[Source]

# File lib/taskjuggler/Attributes.rb, line 45
    def initialize(property, type, container)
      super

      set(Array.new)
    end

[Source]

# File lib/taskjuggler/Attributes.rb, line 51
    def AccountCreditListAttribute::tjpId
      'credits'
    end

[Validate]