| Net-FreshBooks-API documentation | view source | Contained in the Net-FreshBooks-API distribution. |
Net::FreshBooks::API::Iterator - FreshBooks Iterator objects
version 0.21
my $iterator = $class->new(
{ parent_object => $parent_object,
args => {...},
}
);
Create a new iterator object. As part of creating the iterator a request is sent to FreshBooks.
my $next_result = $iterator->next( );
Returns the next item in the iterator.
Returns the total number of results available, regardless of how many items are on the current page.
Returns the total number of result pages
The item we are currently on
This software is copyright (c) 2011 by Edmund von der Burg & Olaf Alders.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Net-FreshBooks-API documentation | view source | Contained in the Net-FreshBooks-API distribution. |