Class: TaskJuggler::ColumnListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::ColumnListAttribute
- 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) ⇒ ColumnListAttribute
constructor
A new instance of ColumnListAttribute.
- #to_s(query = nil) ⇒ Object
Methods inherited from ListAttributeBase
Methods inherited from AttributeBase
#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_sort, #to_tjp
Constructor Details
#initialize(property, type, container) ⇒ ColumnListAttribute
Returns a new instance of ColumnListAttribute.
187 188 189 |
# File 'lib/taskjuggler/Attributes.rb', line 187 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
191 192 193 |
# File 'lib/taskjuggler/Attributes.rb', line 191 def ColumnListAttribute::tjpId 'columns' end |
Instance Method Details
#to_s(query = nil) ⇒ Object
195 196 197 |
# File 'lib/taskjuggler/Attributes.rb', line 195 def to_s(query = nil) "TODO" end |