Class: TaskJuggler::ColumnListAttribute

Inherits:
ListAttributeBase show all
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

Methods inherited from ListAttributeBase

#isList?, isList?

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

.tjpIdObject



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