Class: TaskJuggler::FormatListAttribute

Inherits:
ListAttributeBase show all
Defined in:
lib/taskjuggler/Attributes.rb

Instance Attribute Summary

Attributes inherited from AttributeBase

#inherited, #property, #provided, #type

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) ⇒ FormatListAttribute

Returns a new instance of FormatListAttribute.



313
314
315
# File 'lib/taskjuggler/Attributes.rb', line 313

def initialize(property, type, container)
  super
end

Instance Method Details

#to_s(query = nil) ⇒ Object



317
318
319
# File 'lib/taskjuggler/Attributes.rb', line 317

def to_s(query = nil)
  get.join(', ')
end