Class TaskJuggler::LogicalExpressionAttribute
In: lib/taskjuggler/Attributes.rb
Parent: AttributeBase

Methods

new   tjpId  

Public Class methods

[Source]

# File lib/taskjuggler/Attributes.rb, line 402
    def initialize(property, type, container)
      super
    end

[Source]

# File lib/taskjuggler/Attributes.rb, line 406
    def LogicalExpressionAttribute::tjpId
      'logicalexpressions'
    end

[Validate]