Data::Riak::Result::SingleObject - Single result containing an object
version 2.0
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.
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.