![]() |
![]()
| ![]() |
![]()
NAMENet::Trac::TicketAttachment - Represents a single attachment for a Trac ticket DESCRIPTIONThis class represents a single attachment for a Trac ticket. You do not want to deal with instantiating this class yourself. Instead let Net::Trac::Ticket do the work. ACCESSORSconnectionReturns the Net::Trac::Connection used by this class. ticketReturns the ID of the ticket to which this attachment belongs. filenamedescriptionurlRelative to the remote Trac instance URL as set in the Net::Trac::Connection. contentreturns the content of the attachment content_typereturns the content_type of the attachment sizeIn bytes. authordateReturns a DateTime object. PRIVATE METHODS_parse_html_chunk STRINGParses a specific chunk of HTML (as extracted by Net::Trac::Ticket) into the various fields. LICENSECopyright 2008-2009 Best Practical Solutions. This package is licensed under the same terms as Perl 5.8.8.
|