NAME
Data::Riak::Result::SingleObject - Single result containing an object
VERSION
version 2.0
DESCRIPTION
A result class for Riak requests returning one full object, such as GetObject
and StoreObject
.
It is identical to Data::Riak::Result::Object, but also composes Data::Riak::Result::Single to avoid the results being wrapped in a Data::Riak::ResultSet, as there will only ever be one result.
AUTHORS
Andrew Nelson <anelson at cpan.org>
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.