WebService::TVRage::ShowSearchRequest - Requests A List of shows using TVRage's XML Service


WebService-TVRage documentation  | view source Contained in the WebService-TVRage distribution.

Index


NAME

Top

WebService::TVRage::ShowSearchRequest - Requests A List of shows using TVRage's XML Service

SYNOPSIS

Top

    my $heroesSearch = WebService::TVRage::ShowSearchRequest->new( showTitle => 'Heroes' );
	$heroesSearch->search();

Methods

Top

new()

    my $heroesSearch = WebService::TVRage::ShowSearchRequest->new( showTitle => 'Heroes' );

Constructor object for creating a request to search for Shows by title.

showTitle

Set this to the title of the show you are searching for.

    $heroes->search()

Sends a request to TVRage for which ever show you specified with the showTitle attribute and returns a WebService::TVRage::ShowList object

AUTHOR

Top

Kyle Brandt, kyle@kbrandt.com http://www.kbrandt.com


WebService-TVRage documentation  | view source Contained in the WebService-TVRage distribution.