NAME

Net::Lighthouse::Project::Ticket::Version - Project Ticket Version

SYNOPSIS

    use Net::Lighthouse::Project::Ticket::Version;

ATTRIBUTES

created_at, updated_at

ro, DateTime, UTC based

milestone_id, assigned_user_id, number, user_id, project_id, creator_id, attachments_count

ro, Maybe Int

closed

ro, Bool

diffable_attributes

ro, HashRef

assigned_user_name, body, body_html, permalink, state, tag, title, user_id, user_name, creator_name, url, milestone_title

ro, Maybe Str

INTERFACE

load_from_xml( $hashref | $xml_string )

load ticket version, return loaded ticket version

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.