Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Fey::ORM::Mock::Action::Update - A record of an update
VERSION
version 0.06
DESCRIPTION
This class represents a record of a call to update()
for a Fey::ORM::Table
based object.
METHODS
This class provides the following methods:
$action->pk()
Returns the primary key of the row update as a hash reference, with the attribute names as keys.
$action->values()
Returns the values updated as a hash reference, with the attribute names as keys. These values are provided as-is, so they may include objects passed to update()
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)