From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Google::API::Method - An implementation of methods part in Discovery Document Resource

SYNOPSIS

my $method = Google::API::Method->new({
# options
# see also Google::API::Client
});
my $result = $method->execute;

DESCRIPTION

Google::API::Method is an implementation of methods part in Discovery Document Resource.

METHODS

new
execute

AUTHOR

Takatsugu Shigeta <shigeta@cpan.org>

COPYRIGHT

Copyright 2011- Takatsugu Shigeta

LICENSE

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

SEE ALSO