class TaskJuggler::CellSettingPattern
A CellSettingPattern is used to store alternative settings for ReportTableCell settings. These could be the cell text, the tooltip or a color setting. The user can provide multiple options and the LogicalExpression is used to select the pattern for a given cell.
Attributes
logExpr[R]
setting[R]
Public Class Methods
new(setting, logExpr)
click to toggle source
# File lib/taskjuggler/TableColumnDefinition.rb, line 23 def initialize(setting, logExpr) @setting = setting @logExpr = logExpr end