The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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;