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

NAME

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

SYNOPSIS

    use WebService::TypePad::Object::ImageLink;
    my $image_link = WebService::TypePad::Object::ImageLink->new();

DESCRIPTION

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

The height of the original image in pixels.

Returns a single integer value.

The URL for the original (full-size) version of this image.

Returns a single string value.

If TypePad is able to provide a scaled version of this image, a URL template which uses the placeholder {spec} to represent where to place a sizing spec as described above. null if TypePad is unable to provide a scaled version of this image, for example if the image is not actually hosted on TypePad itself.

Returns a single string value.

The width of the original image in pixels.

Returns a single integer value.

SEE ALSO