Net::Google::DataAPI::Role::Entry - represents entry of Google Data API


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

Index


NAME

Top

Net::Google::DataAPI::Role::Entry - represents entry of Google Data API

SYNOPSIS

Top

    package MyEntry;
    use Any::Moose;
    use Net::Google::DataAPI;
    with 'Net::Google::DataAPI::Role::Entry';

    entry_has some_data => (
        is => 'ro',
        isa => 'Str',
        tagname => 'somedata',
        ns => 'gd',
    );

    1;

DESCRIPTION

Top

Net::Google::DataAPI::Role::Entry provides base functionalities for the entry of Google Data API.

AUTHOR

Top

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

Top

Net::Google::DataAPI

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.