Class: TaskJuggler::SymbolListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::SymbolListAttribute
- Defined in:
- lib/taskjuggler/Attributes.rb
Instance Attribute Summary
Attributes inherited from AttributeBase
#inherited, #property, #provided, #type
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(property, type, container) ⇒ SymbolListAttribute
constructor
A new instance of SymbolListAttribute.
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) ⇒ SymbolListAttribute
Returns a new instance of SymbolListAttribute.
636 637 638 |
# File 'lib/taskjuggler/Attributes.rb', line 636 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
640 641 642 |
# File 'lib/taskjuggler/Attributes.rb', line 640 def SymbolListAttribute::tjpId 'symbollist' end |