The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RT::ClientX::GrabBugs::Bug - shallow representation of a bug

DESCRIPTION

Constructor

Fairly standard Moosey new constructor, accepting a hash of named parameters.

Attributes

Read-only strings:

  • id

  • Queue

  • Subject

  • Status

  • TimeEstimated

  • TimeWorked

  • TimeLeft

  • Priority

  • FinalPriority

  • Owner

  • Requestors

  • Cc

  • AdminCc

  • Due

  • Told

  • Created

  • Resolved

  • LastUpdated

  • LastUpdatedBy

  • CF_Severity

  • CF_Broken_in

  • CF_Fixed_in

There is also an attribute person_cache which is a hashref for caching descriptions of people into. This is handy if you expect some people (e.g. bug owners, requestors, etc) to appear in multiple bugs. The bugs can all share a reference to the same hash for caching people.

Methods

  • add_to_model($model)

    Adds a description of the bug to an RDF::Trine::Model.

BUGS

Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=RT-ClientX-GrabBugs.

SEE ALSO

RT::ClientX::GrabBugs.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2012 by Toby Inkster.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.