Osgood::Server::Model::Event - Osgood::Server::Model::Event documentation


Osgood-Server documentation  | view source Contained in the Osgood-Server distribution.

Index


NAME

Top

Osgood::Server::Model::Event

DESCRIPTION

Top

Events consist of an action, object, and date. Optionally, it may also include parameters.

DATABASE

Top

See 'events' table for all methods.

RESULTSET METHODS

Top

All these method names may be passed as parameter names to event/list

object

Looks for events with the specified object name

action

Looks for events with the specified action name

id_greater

Looks for events with an id greater than the one specified

id_less

Looks for events with an id less than the one specified

date_after

Returns events that occurred after the specified date.

date_before

Returns events that occurred before the specified date.

date_equals

Returns events that occurred before on specified date.

COPYRIGHT AND LICENSE

Top


Osgood-Server documentation  | view source Contained in the Osgood-Server distribution.