Class: TaskJuggler::FormatListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::FormatListAttribute
- Defined in:
- lib/taskjuggler/Attributes.rb
Instance Attribute Summary
Attributes inherited from AttributeBase
#inherited, #property, #provided, #type
Instance Method Summary collapse
-
#initialize(property, type, container) ⇒ FormatListAttribute
constructor
A new instance of FormatListAttribute.
- #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) ⇒ 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 |