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

NAME

Net::Lighthouse::Project::Ticket::Attachment - Project Ticket Attachment

SYNOPSIS

    use Net::Lighthouse::Project::Ticket::Attachment;

ATTRIBUTES

created_at

ro, DateTime, UTC based

width, height, size, uploader_id, id

ro, Maybe Int

content_type, filename, url, code

ro, Str

ua

ro, LWP::UserAgent

content

ro, Str

INTERFACE

load_from_xml( $hashref | $xml_string )

load ticket attachment, return loaded ticket attachment

AUTHOR

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Copyright 2009-2010 Best Practical Solutions.

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