RT 6.0.0 Documentation
RT::Action
NAME
RT::Action - a generic baseclass for RT Actions
SYNOPSIS
use RT::Action;
DESCRIPTION
METHODS
SupportsLookupType LOOKUPTYPE
Return true if the action supports the given lookup type, false otherwise.
Return a list of all supported lookup types if called with no arguments.
For back compatibility, only RT::Queue-RT::Ticket is supported by default.
← Back to index