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

NAME

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

SYNOPSIS

    use WebService::TypePad::Object::MobileProfile;
    my $mobile_profile = WebService::TypePad::Object::MobileProfile->new();

DESCRIPTION

This is a Perl representation of TypePad's MobileProfile 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.

$mobile_profile->email_address

A private email address for posting via email

Returns a single string value.

SEE ALSO