Dave Rolsky > Fey-ORM-Mock-0.03 > Fey::ORM::Mock::Action::Update

Download:
Fey-ORM-Mock-0.03.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Source  

NAME ^

Fey::ORM::Mock::Action::Update - A record of an update

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 & 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.