[Rt-commit] [rtir] 03/03: Document Types, which was right next to the Queues method just added.
Kevin Falcone
falcone at bestpractical.com
Wed Apr 2 14:58:06 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.0/filter-queuesummary
in repository rtir.
commit 0658f07c8fc59e8cf4b9a7e100cc6b016b2b6e78
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Apr 1 17:40:40 2014 -0400
Document Types, which was right next to the Queues method just added.
---
lib/RT/IR.pm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 9d8c665..c409843 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -108,6 +108,12 @@ sub OurQueue {
return $TYPE{ lc $queue };
}
+=head2 Types
+
+Returns a list of valid L<TicketType>s
+
+=cut
+
sub Types {
my $self = shift;
return values %TYPE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list