NAME
Google::API::Method - An implementation of methods part in Discovery Document Resource
SYNOPSIS
use Google::API::Method;
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.