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::SyoboiCalendar::Title - Anime Title Object

SYNOPSIS

my $title = $result->title;

$title->tid;
$title->urls;
$title->official_site_url;
$title->title;
$title->sub_titles;
$title->cast;
$title->characters;
$title->voice_actors;
$title->comment;
$title->first_ch;

DESCRIPTION

This object provides methods to access Anime Title information. You can generate this from WebService::SyoboiCalendar::API::Result.