Class: TaskJuggler::ScenarioListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::ScenarioListAttribute
- 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) ⇒ ScenarioListAttribute
constructor
A new instance of ScenarioListAttribute.
- #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) ⇒ ScenarioListAttribute
553 554 555 |
# File 'lib/taskjuggler/Attributes.rb', line 553 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
557 558 559 |
# File 'lib/taskjuggler/Attributes.rb', line 557 def ScenarioListAttribute::tjpId 'scenarios' end |
Instance Method Details
#to_s(query = nil) ⇒ Object
561 562 563 |
# File 'lib/taskjuggler/Attributes.rb', line 561 def to_s(query = nil) get.join(', ') end |