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


Net-Google-DataAPI documentation  | view source Contained in the Net-Google-DataAPI distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

    1;

DESCRIPTION

Top

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

AUTHOR

Top

Nobuo Danjou <nobuo.danjou@gmail.com>

LICENSE

Top

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


Net-Google-DataAPI documentation  | view source Contained in the Net-Google-DataAPI distribution.