App-Toodledo
view release on metacpan or search on metacpan
lib/App/Toodledo/TaskRole.pm view on Meta::CPAN
has duedatemod => ( is => 'rw', isa => 'Int' );
has startdate => ( is => 'rw', isa => 'Int' );
has duetime => ( is => 'rw', isa => 'Int' );
has repeat => ( is => 'rw', isa => 'Str' );
has repeatfrom => ( is => 'rw', isa => 'Int' );
has status => ( is => 'rw', isa => 'Int' );
has length => ( is => 'rw', isa => 'Int' );
has priority => ( is => 'rw', isa => 'Int' );
has star => ( is => 'rw', isa => 'Int' );
has added => ( is => 'rw', isa => 'Int' );
has timer => ( is => 'rw', isa => 'Int' );
has timeron => ( is => 'rw', isa => 'Int' );
has note => ( is => 'rw', isa => 'Str' );
has meta => ( is => 'rw', isa => 'Str' );
no Moose;
1;
__END__
=head1 NAME
lib/App/Toodledo/TaskRole.pm view on Meta::CPAN
=head2 status
=head2 length
=head2 priority
=head2 star
=head2 added
=head2 timer
=head2 timeron
=head2 note
=head2 meta
=head1 AUTHOR
Peter Scott C<cpan at psdt.com>
=cut
( run in 0.501 second using v1.01-cache-2.11-cpan-49f99fa48dc )