NAME
Net::Google::Analytics::FeedResponse - Google Analytics API feed response
VERSION
version 0.11001
DESCRIPTION
This package is a base class for feed responses of the Google Analytics Data Export API. Account feed responses are implemented in Net::Google::Analytics::AccountFeedResponse. Data feed responses are implemented in Net::Google::Analytics::DataFeedResponse.
ATTRIBUTES
is_success
Return false in case of an error
code
The HTTP status code
message
The HTTP status message
total_results
The total number of results for the query, regardless of the number of results in the response.
start_index
The 1-based start index of the entries.
items_per_page
The number of entries.
entries
An arrayref of the entries.
METHODS
status_line
my $status_line = $res->status_line();
Returns the string "<code> <message>".
AUTHOR
Nick Wellnhofer <wellnhofer@aevum.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Nick Wellnhofer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.