Class: TaskJuggler::SortListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::SortListAttribute
- 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) ⇒ SortListAttribute
constructor
A new instance of SortListAttribute.
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) ⇒ SortListAttribute
Returns a new instance of SortListAttribute.
600 601 602 |
# File 'lib/taskjuggler/Attributes.rb', line 600 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
604 605 606 |
# File 'lib/taskjuggler/Attributes.rb', line 604 def SortListAttribute::tjpId 'sorting' end |