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

NAME

WebService::Search123::Ad - Models the advert responses from search123.

SYNOPSIS

Models a Search123 Ad.

METHODS

Attributes

title

 print $ad->title;

description

 print $ad->description

url

The URI representing the URL to follow when clicking on this ad.

 print $ad->url->as_string;

display_url

Not necessarily a valid URL, provided by the advertiser for display purposes only.

 print $ad->display_url;

favicon_url

URL to the favicon for the advertiser.

 print $ad->favicon_url;