RT::Condition - generic baseclass for scrip condition;
use RT::Condition;
my $foo = RT::Condition->new(
TransactionObj => $tr,
TicketObj => $ti,
ScripObj => $scr,
Argument => $arg,
Type => $type);
if ($foo->IsApplicable) {
# do something
}
Return the optional argument associated with this ScripCondition
Return the ticket object we're talking about
Return the Scrip object we're talking about
Return the transaction object we're talking about