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

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.