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

package WebService::TVDB::Actor;
{
  $WebService::TVDB::Actor::VERSION = '1.123160';
}

# ABSTRACT: Represents an Actor

# Assessors
# alphabetically, case insensitive
use Object::Tiny qw(
  id
  Image
  Name
  Role
  SortOrder
);

1;



=pod

=head1 NAME

WebService::TVDB::Actor - Represents an Actor

=head1 VERSION

version 1.123160

=head1 ATTRIBUTES

=head2 id

=head2 Image

=head2 Name

=head2 Role

=head2 SortOrder

=head1 AUTHOR

Andrew Jones <andrew@arjones.co.uk>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Andrew Jones.

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

=cut


__END__