NAME
Data::Riak::Result::Object - A result containing a full object
VERSION
version 2.0
DESCRIPTION
A result class representing a full object retrieved from Riak. This composes the roles
ATTRIBUTES
etag
ETag header as provided by Riak. May or may not be present, as indicated by the has_etag
predicate method.
last_modified
A HTTP::Headers::ActionPack::DateHeader describing the time the object was last modified in Riak. May or may not be present, as indicated by the has_last_modified
predicate method.
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.