NAME
WWW::Google::Cloud::Messaging::Response::ResultSet - An accessor of results data in GCM response.
SYNOPSIS
my $results = $res->results;
while (my $result = $results->next) {
...
}
DESCRIPTION
WWW::Google::Cloud::Messaging::Response::ResultSet is an accessor of results data in GCM response.
METHODS
new($results, $target_reg_ids)
Create a WWW::Google::Cloud::Messaging::Response::ResultSet. This method used on WWW::Google::Cloud::Messaging::Response internal.
next()
Fetch a WWW::Google::Cloud::Messaging::Response::Result instance.
while (my $result = $results->next) {
...
}
AUTHOR
xaicron <xaicron@cpan.org>
COPYRIGHT
Copyright 2012 - xaicron
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.