NAME
WebService::TVRage::Episode - Object returned by WebService::TVRage::EpisodeList->getEpisode(), Contains a List of episodes for all seasons
SYNOPSIS
my $episode = $episodeList->getEpisode();
$episode->getAirDate();
Methods
- _episodeHash
-
This is populated by WebService::TVRage::EpisodeList->getEpisode(), you shouldn't need to edit this, but you might want to look at it with Data::Dumper
getTitle()
$episode->getTitle()
Returns the title of the episode as a string
getEpisodeNo()
$episode->getEpisodeNo()
Returns the episode number of which episode it is within the season
getAirDate()
$episode->getAirDate()
Returns the date that the episode first aired as string like '2006-10-09'
getWebLink()
$episode->getWebLink()
Returns a URL to TVRage's website for the particular episode.
AUTHOR
Kyle Brandt, kyle@kbrandt.com http://www.kbrandt.com