Class: TaskJuggler::LogicalExpressionListAttribute
- Inherits:
-
ListAttributeBase
- Object
- AttributeBase
- ListAttributeBase
- TaskJuggler::LogicalExpressionListAttribute
- 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) ⇒ LogicalExpressionListAttribute
constructor
A new instance of LogicalExpressionListAttribute.
Methods inherited from ListAttributeBase
Methods inherited from AttributeBase
#get, #id, #inherit, isList?, #isList?, mode, #name, #nil?, #reset, #set, setMode, #to_num, #to_rti, #to_s, #to_sort, #to_tjp
Constructor Details
#initialize(property, type, container) ⇒ LogicalExpressionListAttribute
Returns a new instance of LogicalExpressionListAttribute.
414 415 416 |
# File 'lib/taskjuggler/Attributes.rb', line 414 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
418 419 420 |
# File 'lib/taskjuggler/Attributes.rb', line 418 def LogicalExpressionListAttribute::tjpId 'logicalexpressions' end |