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::Program - Anime Program Object

SYNOPSIS

my $program = $result->program;

$program->pid;
$program->count;
$program->start_time;
$program->end_time;
$program->ch_name;

DESCRIPTION

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