WWW::DaysOfWonder::Memoir44::Url - encapsulation of days of wonder urls


WWW-DaysOfWonder-Memoir44 documentation  | view source Contained in the WWW-DaysOfWonder-Memoir44 distribution.

Index


NAME

Top

WWW::DaysOfWonder::Memoir44::Url - encapsulation of days of wonder urls

VERSION

Top

version 2.110310

SYNOPSIS

Top

    use WWW::DaysOfWonder::Memoir44::Url;
    my $url = WWW::DaysOfWonder::Memoir44::Url->new( { source => 'game' } );
    print $url;

DESCRIPTION

Top

This module encapsulates urls to fetch scenarios from Days of Wonder. Depending on various criterias (cf attributes), the url listing the available scenarios will be different.

ATTRIBUTES

Top

$url->source;

The scenarios source. See the Source type in WWW::DaysOfWonder::Memoir44::Types.

METHODS

Top

my $str = $url->as_string;

Stringifies the object in a well-formed url. This is the method called when the object needs to be stringified by perl due to the context.

AUTHOR

Top

  Jerome Quelin

COPYRIGHT AND LICENSE

Top


WWW-DaysOfWonder-Memoir44 documentation  | view source Contained in the WWW-DaysOfWonder-Memoir44 distribution.