Class: TaskJuggler::DefinitionListAttribute

Inherits:
ListAttributeBase show all
Defined in:
lib/taskjuggler/Attributes.rb

Instance Attribute Summary

Attributes inherited from AttributeBase

#inherited, #property, #provided, #type

Instance Method Summary collapse

Methods inherited from ListAttributeBase

isList?, #isList?, #to_s

Methods inherited from AttributeBase

#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_s, #to_sort, #to_tjp

Constructor Details

#initialize(property, type, container) ⇒ DefinitionListAttribute

Returns a new instance of DefinitionListAttribute.



219
220
221
# File 'lib/taskjuggler/Attributes.rb', line 219

def initialize(property, type, container)
  super
end