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

NAME

Net::Google::DataAPI::Role::HasContent - provides 'param' method to Entry

SYNOPSIS

    package MyEntry;
    use Any::Moose;
    with qw(
        Net::Google::DataAPI::Role::Entry
        Net::Google::DataAPI::Role::HasContent
    );

    1;

DESCRIPTION

Net::Google::DataAPI::Role::HasContent provides 'param' method to Entry.

AUTHOR

Nobuo Danjou <danjou@soffritto.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.