Fey::ORM::Mock::Action::Insert - A record of an insert


Fey-ORM-Mock documentation  | view source Contained in the Fey-ORM-Mock distribution.

Index


NAME

Top

Fey::ORM::Mock::Action::Insert - A record of an insert

VERSION

Top

version 0.05

DESCRIPTION

Top

This class represents a record of a call to insert() for a Fey::ORM::Table based object.

METHODS

Top

This class provides the following methods:

$action->values()

Returns the values of the row inserted as a hash reference, with the attribute names as keys. These values are provided as-is, so they may include objects passed to insert()

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey-ORM-Mock documentation  | view source Contained in the Fey-ORM-Mock distribution.