NAME
Fey::ORM::Mock::Action::Delete - A record of a deletion
DESCRIPTION
This class represents a record of a call to delete()
for a Fey::ORM::Table
based object.
METHODS
This class provides the following methods:
$action->pk()
Returns the primary key of the row deleted as a hash reference, with the attribute names as keys.
AUTHOR
Dave Rolsky, <autarch@urth.org>
COPYRIGHT & LICENSE
Copyright 2008 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.