Class: TaskJuggler::LogicalExpressionAttribute
- Inherits:
-
AttributeBase
- Object
- AttributeBase
- TaskJuggler::LogicalExpressionAttribute
- 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) ⇒ LogicalExpressionAttribute
constructor
A new instance of LogicalExpressionAttribute.
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) ⇒ LogicalExpressionAttribute
Returns a new instance of LogicalExpressionAttribute.
403 404 405 |
# File 'lib/taskjuggler/Attributes.rb', line 403 def initialize(property, type, container) super end |
Class Method Details
.tjpId ⇒ Object
407 408 409 |
# File 'lib/taskjuggler/Attributes.rb', line 407 def LogicalExpressionAttribute::tjpId 'logicalexpressions' end |