class TaskJuggler::AccountCreditListAttribute
Public Class Methods
Source
# File lib/taskjuggler/Attributes.rb, line 46 def initialize(property, type, container) super set(Array.new) end
Calls superclass method
TaskJuggler::ListAttributeBase::new
Source
# File lib/taskjuggler/Attributes.rb, line 52 def AccountCreditListAttribute::tjpId 'credits' end