NAME

WWW::JASRAC::Result - Search Result From JASRAC

SYNOPSIS

  use WWW::JASRAC::Result;
  my $r = WWW::JASRAC::Result->new(
    title   => $title,
    link    => $link,
    rights  => [ ... ],
    artists => [ ... ]
  );

METHODS

new

Create a new result object.

title

Return the title of the result

rights

Return the rights holder list.

artists

Return the artist(s).

Return the link to the description page.