Class: SnapshotRecord::DeleteSnapshotRecord
- Inherits:
-
SnapshotRecord
- Object
- SnapshotRecord
- SnapshotRecord::DeleteSnapshotRecord
- Defined in:
- service/records/records.rb
Overview
Snapshot Deleted Record class
Instance Method Summary collapse
-
#mod(st) ⇒ Object
Decrements :snaps.
-
#sorter ⇒ Object
(also: #ts)
Since this is Delete record sorter is 'delete time'.
Methods inherited from SnapshotRecord
Instance Method Details
#mod(st) ⇒ Object
Decrements :snaps
69 70 71 |
# File 'service/records/records.rb', line 69 def mod st st[:snaps] -= 1 end |
#sorter ⇒ Object Also known as: ts
Since this is Delete record sorter is 'delete time'
63 64 65 |
# File 'service/records/records.rb', line 63 def sorter del end |