use RT::Condition::Generic; my $foo = new RT::Condition::IsApplicable( 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