Class: TaskJuggler::JournalSortListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::JournalSortListAttribute
- 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) ⇒ JournalSortListAttribute
constructor
A new instance of JournalSortListAttribute.
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) ⇒ JournalSortListAttribute
Returns a new instance of JournalSortListAttribute.
326 327 328 |
# File 'lib/taskjuggler/Attributes.rb', line 326 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
330 331 332 |
# File 'lib/taskjuggler/Attributes.rb', line 330 def JournalSortListAttribute::tjpId 'journalsorting' end |