Class: TaskJuggler::NodeListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::NodeListAttribute
- Defined in:
- lib/taskjuggler/Attributes.rb
Instance Attribute Summary
Attributes inherited from AttributeBase
#inherited, #property, #provided, #type
Instance Method Summary collapse
-
#initialize(property, type, container) ⇒ NodeListAttribute
constructor
A new instance of NodeListAttribute.
Methods inherited from ListAttributeBase
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) ⇒ NodeListAttribute
Returns a new instance of NodeListAttribute.
425 426 427 |
# File 'lib/taskjuggler/Attributes.rb', line 425 def initialize(property, type, container) super end |