Class Vapor::TransactionLog
In: vapor/utils.rb
Parent: Object

Log entry containing information about a single Transaction. Should not be instantiated by the user. Call only documented get-methods.

Methods
date    modified_objects   
Attributes
committer  [RW] 

Committer of the transaction.

message  [RW] 

Log message describing the changes made by the transaction

Included modules
Vapor::Persistable
Public Instance methods
date()

timestamp of the transaction’s commit

modified_objects()

Frozen array of objects modified by the transaction.