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

NAME

WebService::TypePad::Object::Base - Perl representation of TypePad's Base object type

SYNOPSIS

    use WebService::TypePad::Object::Base;
    my $base = WebService::TypePad::Object::Base->new();

DESCRIPTION

This is a Perl representation of TypePad's Base object type. For more information about this type and its parameters, see the documentation on TypePad's developer site.

PROPERTIES

Each of these properties has an accessor method which will retrieve the property's value when called with no arguments or set the property's value when called with one argument.

SEE ALSO