Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Pk::TransactionRecord
Inherits
Struct
<
Value
<
Object
Constructors
from_row
(row :
SQLite3::Row
) :
TransactionRecord
Source
new
(started_at :
Int64
, command :
String
, result :
String
, summary :
String
, completed_at :
Int64
|
Nil
= nil, id :
Int64
|
Nil
= nil)
Source
Instance methods
command
Source
command=
(command :
String
)
Source
completed_at
Source
completed_at=
(completed_at :
Int64
|
Nil
)
Source
id
Source
id=
(id :
Int64
|
Nil
)
Source
result
Source
result=
(result :
String
)
Source
started_at
Source
started_at=
(started_at :
Int64
)
Source
summary
Source
summary=
(summary :
String
)
Source